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?
Printable View
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?
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
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.