B balta Member Jan 27, 2026 #1 Hello, Anyone have an example of integrating TinyMce with WinForms. The objetive is to show the text and load and set using the program. Thanks in Advance, Baltazar
Hello, Anyone have an example of integrating TinyMce with WinForms. The objetive is to show the text and load and set using the program. Thanks in Advance, Baltazar
B balta Member Jan 27, 2026 #2 balta said: Hello, Anyone have an example of integrating TinyMce with WinForms? The objetive is to show the text and load and set using the program. Thanks in Advance, Baltazar Click to expand... It is a question
balta said: Hello, Anyone have an example of integrating TinyMce with WinForms? The objetive is to show the text and load and set using the program. Thanks in Advance, Baltazar Click to expand... It is a question
O Osborne Active Member Jan 28, 2026 #3 I am not familiar with TinyMce so do not have any examples but does this provide any useful information?: WYSIWYG Editor in Windows Forms Applications - Leveraging TinyMCE - Code Quorum WYSIWYG Editor in Windows Forms Applications - Leveraging TinyMCE written in .net, gui, tinymce, vb, winforms Recently I was tasked with working on … cdownard.github.io If the solution of a web browser control on a Windows form is the way to go then this article will help with that: Progress Customer Community community.progress.com
I am not familiar with TinyMce so do not have any examples but does this provide any useful information?: WYSIWYG Editor in Windows Forms Applications - Leveraging TinyMCE - Code Quorum WYSIWYG Editor in Windows Forms Applications - Leveraging TinyMCE written in .net, gui, tinymce, vb, winforms Recently I was tasked with working on … cdownard.github.io If the solution of a web browser control on a Windows form is the way to go then this article will help with that: Progress Customer Community community.progress.com
peterjudge Active Member Sunday at 11:27 AM #5 If you want to use standard WinForms controls, take a look at some of the answers in this thread . Telerik also has one: WinForms Syntax Editor Overview - Telerik UI for WinForms
If you want to use standard WinForms controls, take a look at some of the answers in this thread . Telerik also has one: WinForms Syntax Editor Overview - Telerik UI for WinForms
JamesBowen 19+ years progress programming and still learning. Yesterday at 6:07 PM #7 Are you wanting to do something like this:
JamesBowen 19+ years progress programming and still learning. Today at 1:17 PM #9 balta said: Yes! Can you share the code? Click to expand... GitHub - Jimbobnz/ABL-TinyMCE: ABL WinForm + TinyMCE ABL WinForm + TinyMCE. Contribute to Jimbobnz/ABL-TinyMCE development by creating an account on GitHub. github.com You won't like it. This is minimalistic code and requires the WebView2 control assembly. The old school web browser control is just too old to use. Plus, you might face some UTF-8 encoding issues with trying to return back the value from the editor.
balta said: Yes! Can you share the code? Click to expand... GitHub - Jimbobnz/ABL-TinyMCE: ABL WinForm + TinyMCE ABL WinForm + TinyMCE. Contribute to Jimbobnz/ABL-TinyMCE development by creating an account on GitHub. github.com You won't like it. This is minimalistic code and requires the WebView2 control assembly. The old school web browser control is just too old to use. Plus, you might face some UTF-8 encoding issues with trying to return back the value from the editor.