CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: Web browser

  1. #1
    Join Date
    Jun 2007
    Posts
    3

    Question Web browser

    Hi
    I'm new to the Visual C++ programing.
    I'm using microsoft visual C++ 2005 express.
    I'm trying to do a web browser.But I need help.I want thet when i write the Link in the textbox and press the button the web browser will transfer me to the page I wrote.So if you can please write here the code and help me step by step.


    Thanks in advance
    Last edited by maxky; June 23rd, 2007 at 01:23 PM.

  2. #2
    Join Date
    Jun 2007
    Posts
    3

    Re: Web browser

    And I would like also use the refresh, go back and go forward control by clicking on the buttons.

    Thanks in advance

  3. #3
    Join Date
    Feb 2000
    Location
    San Diego, CA
    Posts
    10,354

    Re: Web browser

    Not clear what you intend to do. Are you intending to write a full fledged webbrowser yourself ? Or , are you embedding a webbrowser control in your application and use it ?

  4. #4
    Join Date
    Jun 2007
    Posts
    3

    Re: Web browser

    I want a webrowser a textbox where can i write the links and a button that when i press the button the web browser will transfer me to the page I write in the textbox.It is just a simple webrowser.What is no clear here?I don't know the code what.

  5. #5
    Join Date
    Feb 2000
    Location
    San Diego, CA
    Posts
    10,354

    Re: Web browser

    search for IWebBrowser2 in Codeguru articles.
    For e.g. this one does something similar to what you want , I guess.
    http://www.codeguru.com/cpp/i-n/inte...cle.php/c3379/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured