Thread: Dialog app interface with web page...

  1. #1
    Unregistered
    Guest

    Question Dialog app interface with web page...

    Can someone point me to some example code for creating a dialog app, that when i click a button on the app it will load the edit controls on the app with all of the information in the edit fields on a web page. Is this possible ?...

    Thank you in advance for any suggestions.

  2. #2
    Caffienated jinx's Avatar
    Join Date
    Oct 2001
    Posts
    234
    http://blacksun.box.sk and http://blacksun.box.sk (part 2). I would use the winsock inforamation found here b/c that is what u would use to get the actual information for the web page like the header, what server its comming from, port, possible directorys on the system. Then you would use the functions GetDlgItemText() & SetDlgItemText() to display the info, assuming your using MSVC++ and MFC classes. You're a bit vague in exactly how you want to go about it, but post it and I'll try to help.
    Weeel, itss aboot tieme wee goo back too Canada, eeehy boyss.

  3. #3
    Unregistered
    Guest
    Well, from what I see on the site you directed me to, that this is a little bit beyond my level of understanding. I did not realize it would be that involved...

    I do not use VC++, and have never programmed Windows using MFC.

    My dialog based Win32 application needs four pieces of information from an intranet web page in order to make a quick calculation and display the result. It really is not a problem just typing into the app's edit controls the information displayed on the web page, but it would however save time if all that was done is just click one button on the app, and everything is done instantly. I'm being too lazy...

    Thank you for your help though, this is a really great site to go to, with good and experinced people on C/C++ programming...

  4. #4
    Caffienated jinx's Avatar
    Join Date
    Oct 2001
    Posts
    234
    What exactly are we trying to get, information wise?
    Weeel, itss aboot tieme wee goo back too Canada, eeehy boyss.

  5. #5
    Unregistered
    Guest

    Cool

    Sorry, it is classified information, and I cannot discuss it any further than what I have described...

    Thank you again

  6. #6
    Caffienated jinx's Avatar
    Join Date
    Oct 2001
    Posts
    234
    hardy har har har... OK mr. CIA FBI DoD NSA super spy. Well, if you can't say, don't ask.
    Weeel, itss aboot tieme wee goo back too Canada, eeehy boyss.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Edit controls of a dialog from another dialog...
    By Snake in forum Windows Programming
    Replies: 9
    Last Post: 07-01-2005, 02:18 PM
  2. Downloading HTML Files from Web Page
    By Unregistered in forum A Brief History of Cprogramming.com
    Replies: 13
    Last Post: 07-18-2002, 05:59 AM
  3. Free Web Page Design Templates
    By Nutshell in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 07-01-2002, 05:59 PM
  4. Creating a web page.............
    By Nutshell in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 04-08-2002, 01:33 AM