Hi,
When I want to send a new thread and insert code, I used VBCode format to format the code in many color, but this work only when I use a quick replay not in the first thread.
How to make the code in my thread with many color
Printable View
Hi,
When I want to send a new thread and insert code, I used VBCode format to format the code in many color, but this work only when I use a quick replay not in the first thread.
How to make the code in my thread with many color
I'm not sure what you mean but when I make a new thread the VBCode button works OK. If I Quick Reply to a thread and use the VBCode button I have to manually change [HIGHLIGHT]'This is a test[/HIGHLIGHT] to [HIGHLIGHT="VB"]'This is a test[/HIGHLIGHT]
Without VB Word Code:
Select Case e.NewValue Case CheckState.Checked TextBox1.Text = "Item " & e.Index + 1 & " is checked" Case CheckState.Unchecked TextBox1.Text = "Item " & e.Index + 1 & " is not checked" End Select
VB Code:
Select Case e.NewValue Case CheckState.Checked TextBox1.Text = "Item " & e.Index + 1 & " is checked" Case CheckState.Unchecked TextBox1.Text = "Item " & e.Index + 1 & " is not checked" End Select
Thank you for help!
You're welcome. Now please don't forget to pull down the Thread Tools menu and select Mark Thread Resolved.