Results 1 to 3 of 3

Thread: Remove Error!

  1. #1

    Thread Starter
    Hyperactive Member VB IT's Avatar
    Join Date
    Feb 2003
    Posts
    381

    Question Remove Error!

    How I Remove Error Icon Form Text Box.

    VB Code:
    1. ErrorProvider.SetError (Textbox1 , "First Error")
    2. ErrorProvider.SetError (Textbox2 , "Second Error")

    Now I Want Tor Remove Error Icon From TextBox1 Not From Textbox2. How?
    Sorry for Bad English.

  2. #2
    Fanatic Member
    Join Date
    Oct 2000
    Location
    Reading, UK
    Posts
    870
    Code:
    ErrorProvider.SetError (Textbox1 , "")
    ErrorProvider.SetError (Textbox2 , "Second Error")
    www.vb-tech.com
    .Net Freelance Development
    http://weblog.vb-tech.com/nick
    My blog

  3. #3
    Fanatic Member VBCrazyCoder's Avatar
    Join Date
    Apr 2003
    Posts
    681
    VB Code:
    1. ErrorProvider.SetError (Textbox1 , "")

    doh - you beat me to the punch!

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