pro_vb thread: Enter and escape key disable at runtime
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
|
![]() |
P2P Archives
|
|
New Titles for ASP.NET |
pro_vb thread: Enter and escape key disable at runtime
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
|