Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Showing Characters Available In Textbox

Status
Not open for further replies.

ormsk

Programmer
Sep 30, 2002
147
GB
Hi

I have seen in the past, a posting that shows the number of characters available as a user enters text into a textbox. I know it used the OnKeyPress Event, but i cannot emulate this satisfactorily...can anyone help?

Thanks

**********************************
There is more than one way to skin a cat...but who wants a skinned cat?
 
Try the Len() function on the .Text property of the control - I think you could use the on change event of the control too.

Roy-Vidar
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top