I am making a program for the pocket pc, and I was wondering how you get internet explorer to come up & navigate to a web site? :confused:
Printable View
I am making a program for the pocket pc, and I was wondering how you get internet explorer to come up & navigate to a web site? :confused:
Did the answer in your other post help? That's the easiest way. Otherwise, you'd have to p/invoke and do the API call yourself. Thing is, the compact framework is a subset of the full-blown version and does not have all the functionality. This is where opennetcf.org is a big help.