|
-
Nov 20th, 2000, 03:37 PM
#1
Thread Starter
New Member
-
Nov 20th, 2000, 04:08 PM
#2
You cannot do this in a regular Textbox. To change color, you have to use the RichTextBox Control. And it's .SelColor property.
-
Nov 23rd, 2000, 06:43 PM
#3
Thread Starter
New Member
-
Nov 23rd, 2000, 07:16 PM
#4
You can however change the whole textbox to a certian colour. This is done via the ForeColor property.
-
Nov 23rd, 2000, 09:25 PM
#5
Keep in mind, Megatron, that a regular Textbox is not the perfect thing for an html-editor because the text can go beyond the limit of a textbox's maximum length.
Also, a textbox cannot change certain word's colors. A regular textbox can have only 1 color which is the forecolor. A RichTextBox can have many colors using the .SelColor property.
Even though you already know this, just letting you know that a regular textbox is not the best thing for this certain task .
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|