wordpad/write.exe?
> Does anyone know where I can find a cheap/free simple dialog popup editor
> that will allow me to edit with the RichTextBox control?
Michael Rodriguez - 24 Mar 2006 18:51 GMT
Hi Cody,
Actually, what I was looking for was a component that I could include in my
C# 2.0 application. I want to have a richtext field in a data grid, and
then if the user clicks on a button, a dialog pops up that will allow them
to edit the rich text from that field with a simple editor, fonts, bold,
etc.
Do you know where I could find a cheap component like that?
Thanks,
Mike
> wordpad/write.exe?
>
>> Does anyone know where I can find a cheap/free simple dialog popup editor
>> that will allow me to edit with the RichTextBox control?
Mark Rae - 24 Mar 2006 19:26 GMT
> Do you know where I could find a cheap component like that?
http://freetextbox.com
Michael Rodriguez - 24 Mar 2006 21:13 GMT
Hi Mark,
It looks like that component is for ASP.NET. I need a popup rich-text
editor dialog for a Windows forms application.
Thanks,
Mike
>> Do you know where I could find a cheap component like that?
>
> http://freetextbox.com
not sure if Michael wants to open the editor in app or outside.. By Popup
Editor I am assuming that it will open in app as a Dialog box, So WordPad or
write.exe may not work.. Did u try Google it?.., maybe these guys have it...
www.syncfusion.com
VJ
> Does anyone know where I can find a cheap/free simple dialog popup editor
> that will allow me to edit with the RichTextBox control?
Funny, I had to do the exact same thing and was not able to find something
like what you are asking for.
I did find one or two companies that sold text editing controls but they
were too expensive for what we needed. I our case we were looking for
something that will be a close equivalent to WordPad.
Anyway, we ended up needing to create our own custom control to do that but
you can find something that would cover the *very* basics here:
http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=4522&lngWId=10
Be aware that the sample code of the link above has some bugs and it does
not behave like Word or WordPad, for example if you have a text selected
that has some bold words on it and you click the italic button then
everything will turn italic and you will loose the bold.
Check it out, if you are doing something simple for internal use it may be a
good starting point, if you are doing this for commercial purposes you have
some work to do, it looks like a simple task but it took me a while to make
the damn thing function like a mini WordPad app.
Good luck.
> Does anyone know where I can find a cheap/free simple dialog popup editor
> that will allow me to edit with the RichTextBox control?
vj - 25 Mar 2006 20:07 GMT
DId anybody check csharp corner.com ? they might have something... also
check this link out...
http://www.c-sharpcorner.com/UploadFile/sudiptasdas/WordCShartXMLXSLT03202006035
329AM/WordCShartXMLXSLT.aspx
Vijay
> Funny, I had to do the exact same thing and was not able to find something
> like what you are asking for.
[quoted text clipped - 22 lines]
>> Does anyone know where I can find a cheap/free simple dialog popup editor
>> that will allow me to edit with the RichTextBox control?
Michael Rodriguez - 27 Mar 2006 20:22 GMT
That's a good start. Thanks!
Mike
> Funny, I had to do the exact same thing and was not able to find something
> like what you are asking for.
[quoted text clipped - 22 lines]
>> Does anyone know where I can find a cheap/free simple dialog popup editor
>> that will allow me to edit with the RichTextBox control?