Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Richtextbox.selbold = boolean
Message
From
13/10/2001 16:02:55
 
 
To
All
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Title:
Richtextbox.selbold = boolean
Miscellaneous
Thread ID:
00568191
Message ID:
00568191
Views:
39
here's my problem
With IRCform.ActiveForm.txtOutput
   .Text = IRCform.ActiveForm.txtOutput.Text & ">>> VERSION" 
   'add ">>> VERSION" to richtextbox
   'select text "VERSION"
   .SelStart = Len(IRCform.ActiveForm.txtOutput.Text) - 7
   .SelLength = 7
   'bold text "VERSION"
   .SelBold = True
   'add some text after the bolded "VERSION"
   .Text = .Text & " requested by " & nick & " <<<"
   '&¤!#%"!& the "VERSION" text isn't bold anymore :/
End With
so you got the idea? could someone tell what's wrong, or a similar way of doing this...
Understanding is a three edged sword.
Next
Reply
Map
View

Click here to load this message in the networking platform