Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Is there a control where i can make some html in memory (or to a file) and show it? Or is it possible to make links in a RTF control? If there is an html control is it avaliable on the pocketpc sdk?

 

Is there any neat html parsers bundeld with .NET, bascially for just stripping tags..

Phil Price�

Visual Studio .NET 2003 Enterprise Edition

Microsoft Student Partner 2004

Microsoft Redmond, EMEA Intern 2004

Posted (edited)

can that take an input stream at all?

 

And how do you add it a project , cant seem to find it anywhere.

Edited by philprice

Phil Price�

Visual Studio .NET 2003 Enterprise Edition

Microsoft Student Partner 2004

Microsoft Redmond, EMEA Intern 2004

  • *Experts*
Posted

...or you could access the HTML DOM directly by referencing

Microsoft.mshtml in your project, and work with the

HTMLDocumentClass class (in the mshtml namespace).

"Being grown up isn't half as fun as growing up

These are the best days of our lives"

-The Ataris, In This Diary

Posted
what kinda of control would you render it to?

Phil Price�

Visual Studio .NET 2003 Enterprise Edition

Microsoft Student Partner 2004

Microsoft Redmond, EMEA Intern 2004

  • *Experts*
Posted

To view an HTML document, you'd need the WebBrowser control,

like divil mentioned, or you could launch it directly in a browser

if you wanted.

"Being grown up isn't half as fun as growing up

These are the best days of our lives"

-The Ataris, In This Diary

Posted
i mean the HTML DOM stuff, the whole point is i want to render html directly to the control..

Phil Price�

Visual Studio .NET 2003 Enterprise Edition

Microsoft Student Partner 2004

Microsoft Redmond, EMEA Intern 2004

Posted
cheers divil, hopefully it will work for pocket pc.

Phil Price�

Visual Studio .NET 2003 Enterprise Edition

Microsoft Student Partner 2004

Microsoft Redmond, EMEA Intern 2004

Posted

hmm just looked at it, there is no source for the HTMLEditor control and i cant really use propriety controls in my project..

 

Also it doesnt seem to work in my copy of .NET, but if i ignore build errors it does..

Phil Price�

Visual Studio .NET 2003 Enterprise Edition

Microsoft Student Partner 2004

Microsoft Redmond, EMEA Intern 2004

Posted
divil, could you e-mail to me p dot e dot price at dcs dot hull dot ac dot uk (phew!), that would be great. When i tried it all i got was HTMLControl.dll, and a form that uses it..

Phil Price�

Visual Studio .NET 2003 Enterprise Edition

Microsoft Student Partner 2004

Microsoft Redmond, EMEA Intern 2004

Posted
hmm whats the actual name of the "WebBrowser" control i cant seem to find / get it.

Phil Price�

Visual Studio .NET 2003 Enterprise Edition

Microsoft Student Partner 2004

Microsoft Redmond, EMEA Intern 2004

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...