Вопрос

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.

Нет правильного решения

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top