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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Paremeter in _onkeypress()

Status
Not open for further replies.

DKL01

Programmer
Sep 14, 2000
233
US
Hi,

In Interdev can we include "KeyAscii As Integer" in the onkeypress event ?

By default it comes as

Sub text5_onkeypress()

End Sub

I need something like this :

Sub text5_onkeypress(KeyAscii As Integer)

End Sub

Thanks
Dilip
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top