Results 1 to 4 of 4

Thread: [RESOLVED] Problems with format coce in first thread.

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2004
    Location
    syria
    Posts
    854

    Resolved [RESOLVED] Problems with format coce in first thread.

    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

  2. #2
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Re: Problems with format coce in first thread.

    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]

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2004
    Location
    syria
    Posts
    854

    Re: Problems with format coce in first thread.

    Without VB Word Code:
    1. Select Case e.NewValue
    2.         Case CheckState.Checked
    3.             TextBox1.Text = "Item " & e.Index + 1 & " is checked"
    4.         Case CheckState.Unchecked
    5.             TextBox1.Text = "Item " & e.Index + 1 & " is not checked"
    6.     End Select

    VB Code:
    1. Select Case e.NewValue
    2.         Case CheckState.Checked
    3.             TextBox1.Text = "Item " & e.Index + 1 & " is checked"
    4.         Case CheckState.Unchecked
    5.             TextBox1.Text = "Item " & e.Index + 1 & " is not checked"
    6.     End Select

    Thank you for help!

  4. #4

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width