Click to See Complete Forum and Search --> : [RESOLVED] Problems with format coce in first thread.
nader
Oct 4th, 2008, 04:35 AM
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
MartinLiss
Oct 4th, 2008, 10:23 AM
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 'This is a test to 'This is a test
nader
Oct 4th, 2008, 11:22 AM
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
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!
MartinLiss
Oct 4th, 2008, 11:47 AM
You're welcome. Now please don't forget to pull down the Thread Tools menu and select Mark Thread Resolved.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.