|
-
October 14th, 2002, 07:25 PM
#1
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?
-
October 15th, 2002, 01:25 PM
#2
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
-
October 15th, 2002, 09:52 PM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|