tags:

views:

26

answers:

2

hello, how can i add the tinyMCE editor in my vb.net desktop application ..please explain

A: 

tinyMCE is an html control and must run in a browser. This question appears to be a duplicate that was already answered fairly well. http://stackoverflow.com/questions/214124/winforms-html-editor

There are also WinForm controls available that you could try like http://windowsclient.net/articles/htmleditor.aspx. I've never used it myself (I just found it), but it might work for you.

Brian
A: 

You may want to check this article.

wooer