Menu

Mini Web Browser

TextMate
2007-11-19
2012-09-26
  • TextMate

    TextMate - 2007-11-19

    Hi,

    I have only just started coding in C++, yesterday actually... and i was hoping you mite be able to help.

    I have written a small windows application, and setup a menu and everything... but i would like to create a mini web browser within the application, as opposed to writting a whole application. Obviously, the user would be able to navigate through the website, but only that website.

    Any one point me in the right direction?

    Cheers!!!

     
    • TextMate

      TextMate - 2007-11-20

      Ah, many thanks! works great!

       
    • Osito

      Osito - 2007-11-19

      Why wouldn't you just use an existing web browser and launch it from your application?

       
    • Anonymous

      Anonymous - 2007-11-19

      The easiest way to do this is not to use Dev-C++ at all unfortunately (For Dev that is not you). Windows Forms has a WebBrowser control which should exactly meet your requirements. Using Windows Forms implies .NET and Dev-C++ does not support .NET development. The free VC++ 2005 Express Edition does so you might consider that.

      http://msdn2.microsoft.com/en-us/library/Aa752044.aspx
      http://msdn2.microsoft.com/en-us/library/system.windows.forms.webbrowser.aspx

      Clifford

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.