473,779 Members | 2,041 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

RichText Dialog

Does anyone know where I can find a cheap/free simple dialog popup editor
that will allow me to edit with the RichTextBox control?
Mar 24 '06 #1
8 1828
wordpad/write.exe?

"Michael Rodriguez" <mi**@nospamfor me.com> schrieb im Newsbeitrag
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
Does anyone know where I can find a cheap/free simple dialog popup editor
that will allow me to edit with the RichTextBox control?

Mar 24 '06 #2
vj
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

"Michael Rodriguez" <mi**@nospamfor me.com> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
Does anyone know where I can find a cheap/free simple dialog popup editor
that will allow me to edit with the RichTextBox control?

Mar 24 '06 #3
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
"cody" <de********@gmx .de> wrote in message
news:eo******** ******@TK2MSFTN GP11.phx.gbl...
wordpad/write.exe?

"Michael Rodriguez" <mi**@nospamfor me.com> schrieb im Newsbeitrag
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
Does anyone know where I can find a cheap/free simple dialog popup editor
that will allow me to edit with the RichTextBox control?


Mar 24 '06 #4
"Michael Rodriguez" <mi**@nospamfor me.com> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
Do you know where I could find a cheap component like that?


http://freetextbox.com
Mar 24 '06 #5
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
"Mark Rae" <ma**@markN-O-S-P-A-M.co.uk> wrote in message
news:eK******** ******@TK2MSFTN GP14.phx.gbl...
"Michael Rodriguez" <mi**@nospamfor me.com> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
Do you know where I could find a cheap component like that?


http://freetextbox.com

Mar 24 '06 #6
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...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.
"Michael Rodriguez" <mi**@nospamfor me.com> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
Does anyone know where I can find a cheap/free simple dialog popup editor
that will allow me to edit with the RichTextBox control?

Mar 25 '06 #7
vj
DId anybody check csharp corner.com ? they might have something... also
check this link out...

http://www.c-sharpcorner.com/UploadF...rtXMLXSLT.aspx

Vijay

"Rene" <a@b.c> wrote in message
news:OE******** ******@TK2MSFTN GP14.phx.gbl...
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...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.
"Michael Rodriguez" <mi**@nospamfor me.com> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
Does anyone know where I can find a cheap/free simple dialog popup editor
that will allow me to edit with the RichTextBox control?


Mar 25 '06 #8
That's a good start. Thanks!

Mike
"Rene" <a@b.c> wrote in message
news:OE******** ******@TK2MSFTN GP14.phx.gbl...
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...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.
"Michael Rodriguez" <mi**@nospamfor me.com> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
Does anyone know where I can find a cheap/free simple dialog popup editor
that will allow me to edit with the RichTextBox control?


Mar 27 '06 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1600
by: Pete Griffint | last post by:
Howdy! I want to get the following in a Richtext control: Paragraph 1.... Paragraph 2... Obviously I want to do something like rtb.SelectedText="Paragraph 1..."; rtb.SelectedText=<paragraph break>; (*)
0
1193
by: Lukas Thanei | last post by:
Hi, Im trying for 2 days to solve a problem but now Im on a point where all ideas exhausted. Im writing a software to print out some cards containing richtext and images. To print the richtext im using an windows api call (Sendmessage EM_FORMATRANGE - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwinforms/html/wnf_RichTextBox.asp). Because I have to print background images, the richtext background should be
2
4615
by: Du | last post by:
I like richtext textbox and its shortcut, but I don't need the richtext format. How do I tell the richtext text box to strips all the format and convert everything to plain text? Thanks
4
1743
by: JC - home | last post by:
Hello.. I've been having some problems for a little while with this which I was sure I would beat...hmmm. Anyway, I have a form with two rich textboxes. One at the top which is to display a concatenated summary, and one at the botton for making a new entry. When items are added in from the bottom box, I do this via a class
2
2373
by: Gary Shell | last post by:
I have a very ODD situation. I have a RichTextBox and a button. In the button click event I have the following: me.richtextbox1.SelectedText="test" Assuming I start with "aaaabbbbcccc" in the richtext box and I place the caret between the a and b and hit the button. I get "aaaatestbbbbcccc" as expected. Then I click between the b and the c and hit the button I get:
3
2040
by: rigamonk | last post by:
Is there a way to save richtext from a richtextbox into an access DB using vb.net? thanks patrick
3
1893
by: tlyczko | last post by:
I have Stephen Lebans' RichText control on a subform, which is bound to a memo field. The only editable control on this subform is the rich text control for the memo field. When the main form opens, the first record of the subform cannot be typed into. The only way to fix this is to page to the next record, then page back to the first record, then one can type into the rich text control to
0
1166
by: giddy | last post by:
hi , i made a little RtfEncapsulator. Its a class thats called RichText , it has an RtfElementCollection which takes any class that exposes the IRtfElement interface. I managed to make an RtfTextElement which works really well. So to add text this has to be done: Code:
1
1259
by: ooroboo | last post by:
i wont have made a simple program for my self , with 2 tabs a text document and a web browser , i have had a little look and could not find a way to open a Save As dialog for my Richtextbox is this possible or how should it be done? ( i wont the Save as dialog to save the richtextbox.text as a file with an option to change the file name) thanks for your help/ time
0
9636
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9474
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10138
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10074
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8961
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5373
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5503
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4037
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3632
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.