Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Enter and escape key disable at runtime


Message #1 by "nitai mahato" <nitai@s...> on Fri, 22 Jun 2001 21:26:39
Hi Nitai,
On whatever control u want to disable the key write
the foll code in the key press event
If keyascii= 27 or keyascii =13 then
else
---Place your code here
end if


  Return to Index