mspocketpc.org Forum Index
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How to Edit a HTML page dynamically?

 
Post new topic   Reply to topic    mspocketpc.org Forum Index -> Developers
Author Message
Shankar



Joined: 28 Sep 2007
Posts: 26

PostPosted: Mon Feb 25, 2008 6:49 am    Post subject: How to Edit a HTML page dynamically? Reply with quote

Dear all,

I would like to edit a HTML page contents before displaying it in to the
HTML control box.

But while going through MSDN I got a method for parsing only a XML document
through "IXMLDOMDocument2" object.

Is there any method/object available for HTML page?

Shankar B.

Archived from group: microsoft>public>pocketpc>developer
Back to top
View user's profile Send private message
user



Joined: 15 Aug 2007
Posts: 459

PostPosted: Mon Feb 25, 2008 3:15 pm    Post subject: Re: How to Edit a HTML page dynamically? Reply with quote

Not that I'm aware of. An XML parser might help, but HTML is often
malformed anyway and it likely won't load properly. You'll need to write
your own manual parser.


--

Chris Tacke, eMVP
Join the Embedded Developer Community
http://community.opennetcf.com


"Shankar" wrote in message @microsoft.com...
> Dear all,
>
> I would like to edit a HTML page contents before displaying it in to the
> HTML control box.
>
> But while going through MSDN I got a method for parsing only a XML
> document
> through "IXMLDOMDocument2" object.
>
> Is there any method/object available for HTML page?
>
> Shankar B.

Back to top
View user's profile Send private message
Display posts from previous:   
Related Topics:
data in a dynamically linked dll I need to use a dll that is dynamically linked to a program (sometimes it exists, and sometimes not). The dll exports some functions and some data (integers). I can easily get at the functions with but how do I get at the data? Building th

GUI, create ressources dynamically Hi, i'm quite new to Windows programming and i have just loaded my first "Hello world" program. I can also change that program and add elements to the forms that the program uses before i compile it. But for a program i'd like to write i'd like to know w

Dynamically identifying the type (clamshell/slider etc) of t Is there an API or well defined Registry entry that would give information about the style of the device - Clammshell, Slider etc? - Rajan

Only digits in edit box Hi guys! I am using edit box that is created like this: HWND ctrl = L"EDIT", L"", WS_CHILD | WS_BORDER | WS_TABSTOP | ES_NUMBER, 0, 0, 0, 0, hWndParent, (HMENU)ID, m_hInstance, NULL ); but on some devices (some HTC) when I try to enter num

Edit Control - GotFocus not working? Hi, i have today app that displays a text box. The code below is called from the WndProc handler when a message is detected. On the first pass, it works fine. That is, when i scroll down to my today item from the today scree, then click
Post new topic   Reply to topic    mspocketpc.org Forum Index -> Developers All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group