|
List Info
Thread: RichTextbox control
|
|
| RichTextbox control |

|
2006-06-28 17:59:02 |
Hello,
I am trying to make a content editor for an web application
in .NET
using C#. Most of the content editor are for purchase. I
want to make
my own so that I can understand the function behind each
control.
I am using system.windows.forms as this namespace has a
class called
RichTextBox. But I am getting an error saying "Cannt
convert from
window control to web control". Please advice me on
this error or if
you know a efficient way of making a content editor.
Sincerely,
Ssingh
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "DotNetDevelopment, VB.NET, C# .NET,
ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting"
group.
To post to this group, send email to DotNetDevelopment googlegroups.com
To unsubscribe from this group, send email to
DotNetDevelopment-unsubscribe googlegroups.com
For more options, visit this group at http
://groups.google.com/group/DotNetDevelopment
-~----------~----~----~----~------~----~------~--~---
|
|
| RichTextbox control |

|
2006-06-28 20:20:23 |
Obviously, you can't use a Windows Forms RichTextBox in a
Web app.
Think of a workaround for the functionality you need or
write your own
custom RichTextBox. (a pretty tough proposition, if I may
say so)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "DotNetDevelopment, VB.NET, C# .NET,
ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting"
group.
To post to this group, send email to DotNetDevelopment googlegroups.com
To unsubscribe from this group, send email to
DotNetDevelopment-unsubscribe googlegroups.com
For more options, visit this group at http
://groups.google.com/group/DotNetDevelopment
-~----------~----~----~----~------~----~------~--~---
|
|
| RichTextbox control |

|
2006-06-29 14:11:47 |
Hi,
Thanks for the reply.
I am not sure how to proceed with making my own custom Rich
TextBOX.
Can you please advice me on that?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "DotNetDevelopment, VB.NET, C# .NET,
ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting"
group.
To post to this group, send email to DotNetDevelopment googlegroups.com
To unsubscribe from this group, send email to
DotNetDevelopment-unsubscribe googlegroups.com
For more options, visit this group at http
://groups.google.com/group/DotNetDevelopment
-~----------~----~----~----~------~----~------~--~---
|
|
| RichTextbox control |

|
2006-06-29 14:38:56 |
|
Hi,
If you want the textbox which should contain multiple lines of data in web application then you can set to TextMode property of a textbox to multiline which acts like a richboxcontrol through design window.
Naresh
On 6/29/06, ssingh <gmail.com">singh.181 gmail.com> wrote:
Hi, Thanks for the reply. I am not sure how to proceed with making my own custom Rich TextBOX.
Can you please advice me on that?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to DotNetDevelopment googlegroups.com To unsubscribe from this group, send email to DotNetDevelopment-unsubscribe googlegroups.com For more options, visit this group at http://groups.google.com/group/DotNetDevelopment -~----------~----~----~----~------~----~------~--~---
|
| RichTextbox control |

|
2006-06-29 17:57:16 |
HI Naresh,
Thank you very much for your reply.
I need to make the custom text box control which can act
like MS WORD.
I meant I shud have options to format the text entered in
the control.
I hope that must have cleared point.
SSingh
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "DotNetDevelopment, VB.NET, C# .NET,
ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting"
group.
To post to this group, send email to DotNetDevelopment googlegroups.com
To unsubscribe from this group, send email to
DotNetDevelopment-unsubscribe googlegroups.com
For more options, visit this group at http
://groups.google.com/group/DotNetDevelopment
-~----------~----~----~----~------~----~------~--~---
|
|
| RichTextbox control |

|
2006-06-29 19:39:35 |
It would take a *lot* of effort to create such a custom
control. As I
said earlier, look for a workaround, or if your client
permits it,
think about purchasing a commercial control.
Since I haven't created any Custom controls for the web, I
can't really
advise you on that.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "DotNetDevelopment, VB.NET, C# .NET,
ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting"
group.
To post to this group, send email to DotNetDevelopment googlegroups.com
To unsubscribe from this group, send email to
DotNetDevelopment-unsubscribe googlegroups.com
For more options, visit this group at http
://groups.google.com/group/DotNetDevelopment
-~----------~----~----~----~------~----~------~--~---
|
|
[1-6]
|
|