Results 1 to 2 of 2

Thread: Character not valid error.

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2011
    Posts
    6

    Character not valid error.

    Code:
            If TreeView1.SelectedNode.Text = "Kunkka - Admiral Proudmoore" Then RichTextBox1.AppendText("ME")
            End If
    I got character not valid error. Please help.

  2. #2
    Member
    Join Date
    Mar 2011
    Posts
    54

    Re: Character not valid error.

    vb Code:
    1. If TreeView1.SelectedNode.Text = "Kunkka - Admiral Proudmoore" Then
    2.             RichTextBox1.AppendText("ME")
    3. End If

    Does that work?

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