AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile
Hai All In VB we can use keyascii for example if keyascii = 13 then txtname.setfocus end if but how can i use in vb.net? please help me.
In .net also u can use keyascii . but little change if e.keychar = chr(13) then 'for enter key txtname.setfocus end if in any keypress event u can use this. by chris