03-06-2006, 11:12 AM
here is an example
private sub Advo()
Dim ascii as long
if key ascii = Keyhere then
End if
End sub
that works fine for me dunno if it may for you ^^ (Thats v.basic)
Also look at the talking subs and see how its done externally
private sub Advo()
Dim ascii as long
if key ascii = Keyhere then
End if
End sub
that works fine for me dunno if it may for you ^^ (Thats v.basic)
Also look at the talking subs and see how its done externally