J
jhsu8999
Hi, all:
In VB6, I can do this:
private sub someGRD_keypress(ascii as integer)
'if user press 'enter' then do....
if (ascii = 13) then
.......
end if
end sub
How can I do this in VB.NET?
Thanks.
In VB6, I can do this:
private sub someGRD_keypress(ascii as integer)
'if user press 'enter' then do....
if (ascii = 13) then
.......
end if
end sub
How can I do this in VB.NET?
Thanks.