Connecting Tech Pros Worldwide Forums | Help | Site Map

how to use richtextbox class?

Daniel
Guest
 
Posts: n/a
#1: Nov 19 '05
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

S. Justin Gengo
Guest
 
Posts: n/a
#2: Nov 19 '05

re: how to use richtextbox class?


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" <Daniel@discussions.microsoft.com> wrote in message
news:DE9925E1-AE72-42D8-A6D6-BE92829F6DEB@microsoft.com...[color=blue]
> 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[/color]


S. Justin Gengo
Guest
 
Posts: n/a
#3: Nov 19 '05

re: how to use richtextbox class?


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" <Daniel@discussions.microsoft.com> wrote in message
news:DE9925E1-AE72-42D8-A6D6-BE92829F6DEB@microsoft.com...[color=blue]
> 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[/color]


Daniel
Guest
 
Posts: n/a
#4: Nov 19 '05

re: how to use richtextbox class?


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:
[color=blue]
> 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" <Daniel@discussions.microsoft.com> wrote in message
> news:DE9925E1-AE72-42D8-A6D6-BE92829F6DEB@microsoft.com...[color=green]
> > 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[/color]
>
>
>[/color]
S. Justin Gengo
Guest
 
Posts: n/a
#5: Nov 19 '05

re: how to use richtextbox class?


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" <Daniel@discussions.microsoft.com> wrote in message
news:858B05E1-E246-42E1-9198-C72B3B515CD3@microsoft.com...[color=blue]
> 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:
>[color=green]
>> 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" <Daniel@discussions.microsoft.com> wrote in message
>> news:DE9925E1-AE72-42D8-A6D6-BE92829F6DEB@microsoft.com...[color=darkred]
>> > 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[/color]
>>
>>
>>[/color][/color]


Daniel
Guest
 
Posts: n/a
#6: Nov 19 '05

re: how to use richtextbox class?


anywhere, thanks for ur response.
i will continue do the research.
Best regards,
Ocurnos

"S. Justin Gengo" wrote:
[color=blue]
> 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" <Daniel@discussions.microsoft.com> wrote in message
> news:858B05E1-E246-42E1-9198-C72B3B515CD3@microsoft.com...[color=green]
> > 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:
> >[color=darkred]
> >> 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" <Daniel@discussions.microsoft.com> wrote in message
> >> news:DE9925E1-AE72-42D8-A6D6-BE92829F6DEB@microsoft.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
> >>
> >>
> >>[/color][/color]
>
>
>[/color]
Closed Thread