Help Needed - Depperate!
| Author | Message |
|---|---|
|
The Bizzle Joined: Sat Aug 25, 2007 10:50 pm Posts: 1701 Location: Hull, North Lincolnshire |
|
|
Well I really need this code, I can't for the life of me work it out, neither can Jay (legend) or Brucey. Basically I have a text box and a button which will insert "<b></b>" tags around some text in a text box when its highlighted. So basically it would work like a BB code. I would highly appreciate it if some VB master could tell me. By the way, the code what I need has nothing to do with connection to the internet just a simple code where you highlight some text, click a button and it puts these around the said highlighted text "<b></b>". Cheers all.
Nemesis Owt! x _________________ Ally, don't reply to my topics. ![]() |
|
| Top |
|
|
1337 n00b!!!111!!one!
Joined: Mon Feb 04, 2008 3:57 am Posts: 2504 Location: Wales |
|
|
Code: Select all Text1.SelText = "<b>" & Text1.SelText & "</b>"There. As to your reply on msn. Code: Select all Private Sub Command1_Click() |
|
| Top |
|
•
Who is online
Users browsing this forum: No registered users and 1 guest
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

