Does anyone know how to make their own
textbox control? If you can send me
an example that would be great.
Email me at
[email protected]
Printable View
Does anyone know how to make their own
textbox control? If you can send me
an example that would be great.
Email me at
[email protected]
Um... no I haven't needed to make one since there's one available.. however you could probably do it with a PictureBox, the Print method, and lots of time.
Good Luck.
I've created once a textbox using createwindow but i figured that's not so ver usefull... so I changed the control to extend the vb textbox (added properties like Style, numeric, alphanumeric, etc.), allowcopy, allowpaste, allowdefaultpopupmenu, you know stuff like that... was very handy for the program i was working on.