i've never used vb net but if its like 6.0 in sub_keydown of the form you can type
Private Sub Key_Down(Keycode as integer,shift as integer)
if keycode = vbkeyescape then
unload me
end if
Yeah thats what I thought but it doesn't work. They changed a lot for instance Unload Me doesn't even work, why they changed it I don't know. Its like a whole new language.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.