Hi i have a problem bout hotkeys, I already tried keydown event on form.
it doesn't work this is my code
if e.keycode = keys.insert then
me.visible = true
else
me.visible = false
end if
or this code
if keys.insert then
me.visible = true
else
me.visible = false
end if
Those Code i put On Timer,keyDown Event but now luck!
--
I don't want to use GetAsyncKeyState. I hope you know what i mean
The KeyDown event doesn't capture from other controls. You've got to set something on the Form_Load event but I can't remember what it was and I'm on my phone. It was: Me.Something = True.