29-04-2006, 20:37
|
|
|
|
חבר מתאריך: 23.09.03
הודעות: 12,141
|
|
קוד:
Private Sub object name_KeyPress(KeyAscii As Integer)
If KeyAscii = ** Then
.
.
End If
על מנת למצוא קוד ascii של מקש מסויים אתה יכול להריץ את הקובץ הזה.
_____________________________________
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. -Rick Cook
|