M
mp
any clue how to translate this to dotnet, since vbkeycode constants
apparently dont exist there(that i can find)
Public Const VK_SPACEBAR = vbKeySpace
?
as in
Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As
Integer
If GetAsyncKeyState(VK_SPACEBAR) Then
...
the closest thing i could find in help was in windows.forms keyeventarg or
such
couldn't figure out how to use that plus the project wasn't using winforms
for anything else
thanks
mark
apparently dont exist there(that i can find)
Public Const VK_SPACEBAR = vbKeySpace
?
as in
Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As
Integer
If GetAsyncKeyState(VK_SPACEBAR) Then
...
the closest thing i could find in help was in windows.forms keyeventarg or
such
couldn't figure out how to use that plus the project wasn't using winforms
for anything else
thanks
mark