PlausiblyDamp
Administrator
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)
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
Last edited by a moderator: