html in pocket pc application

A

alex

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...
 
P

Peter Foot

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
 

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