PDA

Click to See Complete Forum and Search --> : The TextBox Control


Nov 22nd, 1999, 04:04 AM
Does anyone know how to make their own
textbox control? If you can send me
an example that would be great.

Email me at
megatron64x@hotmail.com

Phobic
Nov 22nd, 1999, 07:44 AM
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.

Crazy D
Nov 22nd, 1999, 03:13 PM
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.