|
-
January 30th, 2000, 05:28 AM
#1
Make the selected text bold
Hi,
Now don't get me wrong, I'm no beginner but I just have not done this for a year so I have forgot. I want to select some text and make only the selected text bold when the bold button is pressed. I tried this:
------------------------------------
txtComment.Seltext = txtComment.Font.Bold
------------------------------------
What wrong here?
Thanks
-
January 31st, 2000, 02:07 AM
#2
Re: Make the selected text bold
in a text box you cannot make parts of the Text bold. Use a RichtText Control instead.
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
|