是否可以在 Windows 窗体中使用像 WMD 或 jsFiddle 这样的 html 编辑器?
我想使用 .net 制作一个简单的文本编辑器 Windows 应用程序。我真的很喜欢 WMD 编辑器和 jsfiddle 编辑器,但我完全不知道如何将 html 文本框放入windows 应用程序并让它与 windows 应用程序交互。
我怎样才能做这样的事情?
我的第一个想法是使用浏览器控件,然后使用 HTMLAgilityPack 并解析浏览器控件的 html 来获取值,但这似乎确实很荒谬。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)