GREAT Windows Forms Html Control

I finally found a working HTMLControl to show and Edit HTML Content for Windows Forms Applications.
It uses internally a webeditor Control, and works great.
I did not verify memory usage :-)

http://www.codeproject.com/cs/miscctrl/editor_in_windows_forms.asp

Maybe this link will work!
http://www.codeproject.com/KB/edit/editor_in_windows_forms.aspx


I have modified it to work with tinyMce.
Normally it is in NON Enabled Mode.
If it goes into Editmode (DesignModeEnabled=true) then it shows the tinymce

http://tinymce.moxiecode.com/

If someone is interested in my code let me know...


EDIT
i have made some screenshots.

And here i explain how you can communicate with the hosted webeditor, resp. tinymce



SOURCE CODE HERE
http://blog.gfader.com/2010/01/winforms-html-editor-control-source.html

23 comments:

Anonymous said...

The link doesn't work for me. Maybe the site is just temporarily down? I will try not to lose this post.

Peter Gfader said...

i think the people at codeproject have changed their site structure....

this is the right link:
http://www.codeproject.com/KB/edit/editor_in_windows_forms.aspx

Unknown said...

Can i see your system with TinyMCE? Im'm very intresting

Peter Gfader said...

in this post i have the screenshots

http://peitor.blogspot.com/2008/02/tinymce-with-webeditor-control-in.html

Unknown said...

Good screenshot but I'm iteresting in the code. If it's ok for you can send me the code?
thank's!

visuddhi at tiscalinet dot it

Peter Gfader said...

check your mails...

Unknown said...

Thank's but... nothing in my mail :( Can you retry? Pleeeeeeeeease! :)

Peter Gfader said...

resend...

Anonymous said...

Hi. I have used before the TinyMCE in a ASP .NET website, but i can't figure out how to do it for a desktop application, how to integrate it in a WebBrowser. Can you please send me your code?

My email address is sor2005@yahoo.com
Thanks.

Greg White said...

Peter,

I sure would appreciate being able to review your code as well.

I'm using vb6 and teh webbrowser control and trying to work with tinyMCE as well.

You can email it to me at:
gawhite@tbredtech.com if you would.

Thanks,

Greg

Anonymous said...

Intro to this stuff
http://msdn.microsoft.com/en-us/library/aa741313.aspx

Anonymous said...
This comment has been removed by a blog administrator.
Anonymous said...

Hi Peter,

I would appreciate if it is possible to review your code.

I'm using C# and the webbrowser control and trying to work with tinyMCE as well.

You can email it to me at:
vnug@cox.net if you would.

Thanks,

vnug

Unknown said...

Hi. I would like to use TinyMCE inside Windows Forms. Can you please send me your code?

My email address is antoniosoares22@gmail.com

Thanks.

Peter Gfader said...

@Antonio: Check you Inbox

Anonymous said...

Hello Peter,

I would thankful if it is possible to review your code.

I'm using vb.net and the webbrowser control and trying to work with tinyMCE as well.

can you please email me at:
kumarsachin2005@gmail.com

Thanks,

sachin

Anonymous said...

Great work Peter
thanks for sending me code

regds
sachin

Erik said...

Hello Peter,

Nice code,
Can i also have the source?

Thank you very much!

developererik@live.nl

Greets Erik

Peter Gfader said...

Erik,

Check your emails...

rabosa616 said...

Hy Piter can you send me the code please?

rabosa@gmail.com

Anonymous said...

Hello, i am also very interested in the code you've used for this.

If you could email me this aswell that would be grand; ddcydal@hotmail.com

Greetings,

F.B. ten Kate

Peter Gfader said...

Hi ten Kate

Check out my blog post with source on this
http://blog.gfader.com/2010/01/winforms-html-editor-control-source.html

Peter Gfader said...

Link http://blog.gfader.com/2010/01/winforms-html-editor-control-source.html

Post a Comment

Latest Posts

Popular Posts