I've never used this little control, but found a reason too. So, I want to
prevent the user from moving on, until the error condition has been
satisified. I have a textbox and raise the Validated event that does the
errorchecking. If an error exists, i don't want the user to move on, what's
the best way to handle this?
Doug
prevent the user from moving on, until the error condition has been
satisified. I have a textbox and raise the Validated event that does the
errorchecking. If an error exists, i don't want the user to move on, what's
the best way to handle this?
Doug
Comment