Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Richtextbox.selbold = boolean
Message
 
 
À
Tous
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Titre:
Richtextbox.selbold = boolean
Divers
Thread ID:
00568191
Message ID:
00568191
Vues:
40
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform