WebBrowser - Visual Studio 2003

M

mmuzilli

Howdy all,

I´d like to know if it´s possible to develop and work with a
WebBroser inside my application. The intention is to develop a static
file with some dynamic texts.

The customer will read this page using a web browser (like Internet
Explorer) and cannot go out of the application; for example, open a
browser, close and return to the application. The main idea is show a
page constructed during running time.

I´m using MS Visual Studio 2003 for the development.

I found this link on the web:
http://msdn2.microsoft.com/en-us/library/ms229657.aspx
But the problem is that I don´t know if it will work with MS Visual
Studio 2003, since the class WebBrowser don´t work in the
System.Windows.Form namespace.

Thank you in advance,

Marcelo Muzilli
 
P

Paul G. Tobey [eMVP]

There's a Web browser class for Pocket PC devices in OpenNETCF's Smart
Device Framework. www.opennetcf.org. I don't know if you can do everything
that you're wanting to, but it might get you where you want to go.

You can certainly build an application like you describe in native code.
Search on "iesimple"...

Paul T.

Howdy all,

I´d like to know if it´s possible to develop and work with a
WebBroser inside my application. The intention is to develop a static
file with some dynamic texts.

The customer will read this page using a web browser (like Internet
Explorer) and cannot go out of the application; for example, open a
browser, close and return to the application. The main idea is show a
page constructed during running time.

I´m using MS Visual Studio 2003 for the development.

I found this link on the web:
http://msdn2.microsoft.com/en-us/library/ms229657.aspx
But the problem is that I don´t know if it will work with MS Visual
Studio 2003, since the class WebBrowser don´t work in the
System.Windows.Form namespace.

Thank you in advance,

Marcelo Muzilli
 
M

mmuzilli

Hi Paul,

thank you for your response.

OpenNETCF´s Smart Device Framework did not work for me since it needs
Visual Studio 2005 installed and I need to develop using Visual Studio
2003.

Any other tip?

Thanks,

Marcelo Muzilli
 
G

Guest

Hi,

I downloaded the OpenNETCF 2.0, but the WebBrowser class is not present in
the Community Edition and also it is not mentioned anywhere in their
documentation. Could you please confirm if we are on the same page here?

Narasimham
 
P

Paul G. Tobey [eMVP]

1.x version is what I was talking about. You should be able to download the
source from the Web site. The 2.0 version targets .NET CF 2.0 which uses
VS2005 which isn't what you asked for...

Paul T.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top