Log in

View Full Version : Using Pocket IE within your own program


KaliKao2
07-20-2006, 11:35 PM
Is there any way to say embed pocket IE within your program? So for example if I wanted to have my program running on the pocket PC with a certain form open, but with half the form being taken up by pocket IE (excluding the URL bar and extraneous stuff), is this possible at all?

Would appreciate any suggestions, thanks!

KaliKao2
07-21-2006, 05:21 PM
Is there any way to load an actual .HTML page in your application? Thanks for the suggestion raul :)

KaliKao2
07-21-2006, 10:50 PM
Hi Raul,

Thanks for the information, I ended up finding it but it was in C++ so I ended up finding something else. It is called HTMLViewer Control by intelliprog. I am having another issue though, I want to be able to search the text in a bunch of .html pages, so one way of doing this would be to open up each .html page and copy/paste all the text into a string. There is a .copyall() command, but how do I access the clipboard in pocket PC to paste it into a string? Kind of new to VS development,

Thanks!