Custom Textbox Control

PlausiblyDamp

Administrator
Joined
Sep 4, 2002
Location
Lancashire, UK
Just a quick example of how it is possible to create a custom textbox control in VB.Net.

It exposes a property to define allowed content via an enumeration, raises an event on invalid entry and also handles programatic assigment and attempts to paste invalid data also.

Zip also includes a sample form showing the control in action (or lack of action)
 

Attachments

  • CustomControl.zip
    18.6 KB · Views: 173
Last edited:
Top Bottom