PDA

Click to See Complete Forum and Search --> : Internet Explorer


StreaksAthlete
Dec 13th, 2004, 09:04 PM
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:

Mike Hildner
Dec 14th, 2004, 10:25 AM
Did the answer in your other post (http://www.vbforums.com/showthread.php?t=316211) 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 (http://opennetcf.org/CategoryView.aspx?category=Home) is a big help.