Remove formatting tag when user make copy and paste into my Winform  
Author Message
easy right





PostPosted: Windows Forms General, Remove formatting tag when user make copy and paste into my Winform Top

Hi,

I want to know if there is a way for disable or remove html formating tag when a user make a copy in or out of my winform and a paste in one of my richtextbox

Because I use some xhtml for different things in my XHTML richtextbox. And so when a user make a copy and paste in my winform I have a lot of formatting markup that I dont want.

So have an idea for do this or a link to explain me how to do that

Thanks

Thierry



Windows Forms30  
 
 
nobugz





PostPosted: Windows Forms General, Remove formatting tag when user make copy and paste into my Winform Top

You might get a better answer if you post your question at forums.asp.net. A Windows Forms guy like me would probably use WebBrowser and its Document property to parse the HTML. Or use an XML parser...