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

Thread: Help me here

  1. #1
    Join Date
    Oct 2002
    Location
    USA
    Posts
    1

    Unhappy Help me here

    I need a way to get a webpage to show up in my app, not a link or button, just to load right in my app, if any can help, that would be great, also, does any 1 know where to get a de-compiler at?

  2. #2
    Join Date
    Oct 2002
    Location
    Tx, US
    Posts
    208
    i dont know ur development enviorment but here are some choices
    1)write ur own HTML parser & Render it.(means write ur own browser)
    2)if ur working on windows u can use IE control just place that control on ur window & traps necessary event.


    Vinod

  3. #3
    Join Date
    Sep 2002
    Location
    Philadelphia ***Epoch: Timeless***
    Posts
    560
    I would recommend using visual c++, because then you can use ActiveX. With this, you can use an Internet Explorer ActiveX object in your program, and tell it to automatically load the page.
    SolarFlare

    Those who cling to life die and those who defy death live. -Sun Tzu

    cout << endl;
    return 0;
    }

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