473,473 Members | 1,843 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

how to use richtextbox class?

Hi all,
How to make use of richtextbox class by typing imports system.windows.forms
to create a runtime richtextbox and allow user to copy and paste data?

Any ideas? guidelineS?

thank you in advance.

Best regards,
Ocurnos
Nov 19 '05 #1
5 1907
Use it on the web? You can't display it in a browser. Maybe you could use a
smart client? That would be windows only though.

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
"Daniel" <Da****@discussions.microsoft.com> wrote in message
news:DE**********************************@microsof t.com...
Hi all,
How to make use of richtextbox class by typing imports
system.windows.forms
to create a runtime richtextbox and allow user to copy and paste data?

Any ideas? guidelineS?

thank you in advance.

Best regards,
Ocurnos

Nov 19 '05 #2
Daniel,

Take a look at the "FreeTextBox" control:

http://www.freetextbox.com/

It may be what you're looking for.

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
"Daniel" <Da****@discussions.microsoft.com> wrote in message
news:DE**********************************@microsof t.com...
Hi all,
How to make use of richtextbox class by typing imports
system.windows.forms
to create a runtime richtextbox and allow user to copy and paste data?

Any ideas? guidelineS?

thank you in advance.

Best regards,
Ocurnos

Nov 19 '05 #3
Hi Justin,
i was trying with the freetextbox b4. I found that the tool is not 100% copy
and paste. For example, i copy chart and table from excel sheet, and paste in
the tool, it failed. So, i am actually looking for a tool
like email composer which allows me to copy and paste and convert it to
store in sql database.
Any ideas? guidelines?
Thanks for ur response.

Best regards,
Ocurnos.

"S. Justin Gengo" wrote:
Daniel,

Take a look at the "FreeTextBox" control:

http://www.freetextbox.com/

It may be what you're looking for.

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
"Daniel" <Da****@discussions.microsoft.com> wrote in message
news:DE**********************************@microsof t.com...
Hi all,
How to make use of richtextbox class by typing imports
system.windows.forms
to create a runtime richtextbox and allow user to copy and paste data?

Any ideas? guidelineS?

thank you in advance.

Best regards,
Ocurnos


Nov 19 '05 #4
Daniel,

Sorry, I don't know of anything like that for the web. If it exists it would
exist as an active x control... and that would be windows only.

If what you need to do can be done as a windows only application you should
look into building a smart client (an application that is delivered to the
client via a web address but installs and runs like a windows program).
That's the only way I know of to do what you're attempting.

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
"Daniel" <Da****@discussions.microsoft.com> wrote in message
news:85**********************************@microsof t.com...
Hi Justin,
i was trying with the freetextbox b4. I found that the tool is not 100%
copy
and paste. For example, i copy chart and table from excel sheet, and paste
in
the tool, it failed. So, i am actually looking for a tool
like email composer which allows me to copy and paste and convert it to
store in sql database.
Any ideas? guidelines?
Thanks for ur response.

Best regards,
Ocurnos.

"S. Justin Gengo" wrote:
Daniel,

Take a look at the "FreeTextBox" control:

http://www.freetextbox.com/

It may be what you're looking for.

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
"Daniel" <Da****@discussions.microsoft.com> wrote in message
news:DE**********************************@microsof t.com...
> Hi all,
> How to make use of richtextbox class by typing imports
> system.windows.forms
> to create a runtime richtextbox and allow user to copy and paste data?
>
> Any ideas? guidelineS?
>
> thank you in advance.
>
> Best regards,
> Ocurnos


Nov 19 '05 #5
anywhere, thanks for ur response.
i will continue do the research.
Best regards,
Ocurnos

"S. Justin Gengo" wrote:
Daniel,

Sorry, I don't know of anything like that for the web. If it exists it would
exist as an active x control... and that would be windows only.

If what you need to do can be done as a windows only application you should
look into building a smart client (an application that is delivered to the
client via a web address but installs and runs like a windows program).
That's the only way I know of to do what you're attempting.

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
"Daniel" <Da****@discussions.microsoft.com> wrote in message
news:85**********************************@microsof t.com...
Hi Justin,
i was trying with the freetextbox b4. I found that the tool is not 100%
copy
and paste. For example, i copy chart and table from excel sheet, and paste
in
the tool, it failed. So, i am actually looking for a tool
like email composer which allows me to copy and paste and convert it to
store in sql database.
Any ideas? guidelines?
Thanks for ur response.

Best regards,
Ocurnos.

"S. Justin Gengo" wrote:
Daniel,

Take a look at the "FreeTextBox" control:

http://www.freetextbox.com/

It may be what you're looking for.

--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
"Daniel" <Da****@discussions.microsoft.com> wrote in message
news:DE**********************************@microsof t.com...
> Hi all,
> How to make use of richtextbox class by typing imports
> system.windows.forms
> to create a runtime richtextbox and allow user to copy and paste data?
>
> Any ideas? guidelineS?
>
> thank you in advance.
>
> Best regards,
> Ocurnos


Nov 19 '05 #6

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

Similar topics

4
by: John Broderick | last post by:
I've got a problem with the RichTextBox control in .Net where the garbage collector doesn't reclaim its memory after I've finished with it. My program adds a series of rtb's to the control array...
1
by: Henry | last post by:
I inherited a richtextbox class and tried to add the double click even handler. Unfortunatly, when I check the properties of rtbText, it doesn't contain a double click event handler. Any ideas on...
2
by: Martin Dew | last post by:
I have a RichTextBox called rtbOutput. I am adding lines of text using the AppendText method. What I want to do is immediately after adding this line of text make sure that this line of text is...
10
by: D Steward | last post by:
I can't seem to add a newline (/n) to get a richtextbox control to display text on successive lines. The text that I type is overwritten. How do I remedy this My example richTextBox->Multiline...
1
by: Eric | last post by:
Using the 1.1 framework. We are using a newly created instance of a RichTextBox Class in our server code to manipulate RTF that is stored in the database. To clarify, we are not using or...
6
by: andreas | last post by:
A selected text has fontstyles like bold and italic and underscore I want to remove one of them without changing the other fontstyles. How to do that? Thanks for any response
0
by: Vincent | last post by:
Dear all, I have implemented a class to export the content of RichTextBox to image in WYSISYG mode so that line breaks on the screen are the same as exported. C# Code: public struct...
9
by: James Wong | last post by:
Hi, I use the RichTextBox in my program. It will use different language in this RichTextBox (chinese and english characters), and it set the "DualFont" and use different fonts. By the way, how...
3
by: michael sorens | last post by:
The documentation for the RichTextBox is sketchy at best. I want to do a very simple task but I cannot find information on this. I am using a RichTextBox as an output window. Some text I want to...
5
by: Andrus | last post by:
I use Winforms RichTextBox control to edit scripts. Scripts are plain ascii texts. When error occurs, script engine returns character position of error in code as integer. How to position...
0
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,...
0
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...
0
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,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
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 ...
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.