Hello everybody! I'm developing a pocket pc application and basically my
application contains controls such as labels, textboxes and buttons. I
want to add a well modified text in my app and i'm thinking that the only
way to do this is by modifying my text via html. How can i add in a pocket
pc application an html page or add some html code in a control (label for
instance)? I know that i could utterly develop the app with asp pages but
i'm not so familiar with asp. Thank you in advance for reading my
post...Any help would be appreciated...

Re: html in pocket pc application by Peter

Peter
Fri Jan 18 04:44:15 CST 2008

In .NETCF 2.0 and above you can add the WebBrowser control to your form. You
can populate this either by setting a url to a local (or remote) HTML
document or you can pass the raw html directly to the control through the
DocumentText property.

Peter

--
Peter Foot
Microsoft Device Application Development MVP
www.peterfoot.net | www.inthehand.com
In The Hand Ltd - .NET Solutions for Mobility

"alex" <van13alex@gmail.com> wrote in message
news:%23WzgfbbWIHA.1132@TK2MSFTNGP06.phx.gbl...
>
> Hello everybody! I'm developing a pocket pc application and basically my
> application contains controls such as labels, textboxes and buttons. I
> want to add a well modified text in my app and i'm thinking that the only
> way to do this is by modifying my text via html. How can i add in a pocket
> pc application an html page or add some html code in a control (label for
> instance)? I know that i could utterly develop the app with asp pages but
> i'm not so familiar with asp. Thank you in advance for reading my
> post...Any help would be appreciated...
>
>


Re: html in pocket pc application by Sergey

Sergey
Sat Jan 19 13:01:55 CST 2008

For Windows CE & CF1.0 see this one:
http://www.sergeybogdanov.com/Samples/WebBrowserCE.zip

HTH,
S.


--
Sergey Bogdanov
http://www.binitex.com


alex wrote:
>
> Hello everybody! I'm developing a pocket pc application and basically my
> application contains controls such as labels, textboxes and buttons. I
> want to add a well modified text in my app and i'm thinking that the
> only way to do this is by modifying my text via html. How can i add in a
> pocket pc application an html page or add some html code in a control
> (label for instance)? I know that i could utterly develop the app with
> asp pages but i'm not so familiar with asp. Thank you in advance for
> reading my post...Any help would be appreciated...
>
>