Question

I want to make a simple text editor windows app using .net. I really like WMD editor and the jsfiddle editor, but I don't have the slightest idea how to put an html textbox into a windows app and have it interact with the windows app.

How can I do something like this?

My first thought is to use the browser control then use HTMLAgilityPack and parse the html of the browser control to get the values, but that seems really out there and ridiculous.

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top