문제

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