Thread: MFC Web Browser

  1. #1
    Unregistered
    Guest

    MFC Web Browser

    Hey i started making a web browser with mfc yesterday. its actually alot easier than i thought it would be. but im stuck on one thing. you know how in like IE when u go on a website the caption changes at the top. well i want it to display that instead of untitled - WebBrowse. how do i do this?

  2. #2
    Registered User
    Join Date
    Sep 2001
    Posts
    5
    Hi,
    Use CWnd::SetText member for the parent window. It accepts the string and sets the title of the window (whatever you want!!!)

    Hey I am also interested in your project can we share our ideas???
    Mail me on [email protected]
    I know good MFC/Compiler (mainly lex/yacc).

    Bye...

    Jatan.

  3. #3
    Unregistered
    Guest
    thanks, but im also wondering how i could make it so that it reads the title of the website most likely from the html, and displays it on the title bar. any ideas?

  4. #4
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    look in between the title tags?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Web browser based program
    By Lauris in forum C++ Programming
    Replies: 3
    Last Post: 11-14-2007, 05:01 PM
  2. Web Browser Control Help
    By dcboy in forum C# Programming
    Replies: 0
    Last Post: 10-22-2006, 09:25 AM
  3. Socket web browser
    By digitaltsai in forum Networking/Device Communication
    Replies: 17
    Last Post: 10-09-2005, 08:20 AM
  4. WIndows programming?
    By hostensteffa in forum Windows Programming
    Replies: 7
    Last Post: 06-07-2002, 08:52 PM