alcodes
October 14th, 2002, 07:25 PM
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?
|
Click to See Complete Forum and Search --> : Help me here alcodes October 14th, 2002, 07:25 PM 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? vinodp October 15th, 2002, 01:25 PM 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 SolarFlare October 15th, 2002, 09:52 PM 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. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |