VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Simple Validation Example using WithEvents

Azrael  (4 Submissions)   Object Oriented Programming (OOP)   Visual Basic 3.0   Beginner   Wed 3rd February 2021

Ever wanted to apply validation to a lot of textboxes, but got fed up of writing the call to validation into every single textbox_change Sub on your form? WithEvents is for you! You can set up a validation class that'll keep track of the events for you ... code is a simple example, where textboxes change colour when their contents are changed.

Rate Simple Validation Example using WithEvents (4(4 Vote))

Download Simple Validation Example using WithEvents

Simple Validation Example using WithEvents Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters