HELP: pocket pc application

  • Thread starter Thread starter Carmine
  • Start date Start date
C

Carmine

Hi NY,
I need your help to solve a problem with C#.net for pocket pc:
the basic idea is to create an application like Internet Explorer with
some particular options: a simple form that contains some buttons and
a panel that show html page. Now the question is: Is it possible to
use a webbrowser inside a form? in a normal windows application i can
use the awWebBrowser controls but now? Please help me!
thank you in advance
Carmine
 
Carmine:

you can P/INVOKE CreateProcess and fire Internet explorer, but if your goal
is to have your own app like that... check out the OpennetCF stuff...
http://www.opennetcf.org/forms.asp

You may also (depending on your requirements) want to go with the MMIT .

HTH,

Bill
 
Back
Top