Thread: Internet Control

  1. #1
    Registered User (TNT)'s Avatar
    Join Date
    Aug 2001
    Location
    UK
    Posts
    339

    Question Internet Control

    Hey,

    I am interested in developing a web browser, i understand that i could do it the very hard way and form a connection to the server then get the html and write my own html rendering engine, but i really cant be bothered at the moment, is there a premade control avalible, like the Internet control in VB that you can just draw on, i have looked through common controls on msdn but there is nothing to do with the interenet there. So basically i just would like an interent control, that will handle all the connections for me and stuff.


    Thanks for any help,

    TNT
    TNT
    You Can Stop Me, But You Cant Stop Us All

  2. #2
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    you have to handle the connection yourself (c'mon - it's isn't that hard). To display the HTML, unless you wish to use your own engine, you need to use MFC's CHtmlView. Really, if you want to distribute the browser I duno if you can use it, seeing how it's part of IE.

  3. #3
    Registered User (TNT)'s Avatar
    Join Date
    Aug 2001
    Location
    UK
    Posts
    339
    Hey,

    Thanks, i think i can do it like that, if i want to get the html from the connection im not sure what command i send to the server, do i just connect on port 80 then i think i send get ..... somthing that i cant remember. Also how can i find out if i can use the CHtmlView in a commercial program.

    Thanks
    TNT
    TNT
    You Can Stop Me, But You Cant Stop Us All

  4. #4
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    About making the server send the HTML...you'll find the info here under the heading "HTTP Client". Hope that helps...

    And I think I'm wrong about distributing CHtmlView programs, because I'm pretty sure Kazaa, morpheus, and some other programs (mainly ones with nice HTML-designed GUIs somewhere) use it. But be wary about using it: You're completely confied to windows with your browser. That won't do well commercially. Plus, if it offers nothing over IE (if it uses CHtmlView I doubt it will...) who's really gonna want it? :-/

  5. #5
    Registered User (TNT)'s Avatar
    Join Date
    Aug 2001
    Location
    UK
    Posts
    339
    lol, i know phraphs not many people, but i need to make some software and freeware for my .com which ive been paying for for the last 4 mounths and got nothing from it, so i thought a browser or somthing but thanks anyway.

    TNT
    TNT
    You Can Stop Me, But You Cant Stop Us All

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. (Multiline) Edit Control Limit
    By P4R4N01D in forum Windows Programming
    Replies: 9
    Last Post: 05-17-2008, 11:56 AM
  2. Button handler
    By Nephiroth in forum Windows Programming
    Replies: 8
    Last Post: 03-12-2006, 06:23 AM
  3. internet access control
    By cbastard in forum Networking/Device Communication
    Replies: 4
    Last Post: 01-09-2006, 11:54 AM
  4. Tab Controls - API
    By -KEN- in forum Windows Programming
    Replies: 7
    Last Post: 06-02-2002, 09:44 AM
  5. Remote Access Robot control via the internet
    By Valdim in forum C++ Programming
    Replies: 1
    Last Post: 09-06-2001, 03:07 AM