Windows 表单应用程序中的 C# 所见即所得 HTML 编辑器
C# WYSIWYG HTML Editor in a Windows Forms Application
Sample Html Editor
有一个 html 编辑器,如图中的那个。我搜索了很多但找不到方法.. 请帮助。 :(
你可以试试spicelogic and netrix
或将上述编辑器之一放在 WebBrowser
控件中。
希望对您有所帮助。
我使用 WebBrowser。但是显示 MessageBox "this document has been Modified ,do you want to save changes?" 我如何隐藏它?
Sample Html Editor
有一个 html 编辑器,如图中的那个。我搜索了很多但找不到方法.. 请帮助。 :(
你可以试试spicelogic and netrix
或将上述编辑器之一放在 WebBrowser
控件中。
希望对您有所帮助。
我使用 WebBrowser。但是显示 MessageBox "this document has been Modified ,do you want to save changes?" 我如何隐藏它?