|
-
Jan 11th, 2000, 07:16 PM
#1
Thread Starter
Junior Member
I am at school and unfortunately the MSDN is not installed on their version of VB6. I need to know how to set the cursor (when in a rich text box) to the italic cursor. The one that is slanted to the right like italic text...
Thanks in advance...
Anton LaVey
-
Jan 11th, 2000, 08:05 PM
#2
Hello, Anton.
If you mean to enter the text in a rich text box to italic, then do this :
RichTextBox1.Font.Italic = True
You can toggle this propert on and off.
-
Jan 11th, 2000, 11:52 PM
#3
Thread Starter
Junior Member
No...
I am using rchtxtMain.SelBold for that.
When it is set to Italics thought the angular cursor that usually appears in Word 97 etc. I really need this.
Thanks in advance...
Anton LaVey
-
Jan 12th, 2000, 12:15 PM
#4
-
Jan 12th, 2000, 12:18 PM
#5
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
|