How to get Pocket PC to open up IE to given URL? (C#)

  • Thread starter Thread starter sherifffruitfly
  • Start date Start date
S

sherifffruitfly

Hi all,

I need the little C# code that gives a Pocket PC (emulator, actually)
form with a dropdown and a button, where the dropdown has hardcoded
urls in it, and the button launches Internet Explorer to whatever the
selected URL is.

I could figure it out myself, except I have no idea how to
programatically open IE on a Pocket PC. I don't see any relevant
controls for it in VS .Net 2003, nor do I seem to be able to find the
relevant methods thru web searching... :(

Thanks for any help,

cdj
 
LOL - "launch" was what I was missing! I was using words like "open"
and "run" - which of course are the most common f-in words in the
world....

launch
launch
launch

Thanks!

cdj
 
Back
Top