J
JJ
Hi Guys,
I am trying to convert a program from eVB to C# and am stuck with
changing over the PostKeybdMessage API call.
Here is the API call:
public static bool PostKeybdMessage(
HWND hwnd,
UINT VKey,
KEY_STATE_FLAGS KeyStateFlags,
UINT cCharacters,
UINT* pShiftStateBuffer,
UINT* pCharacterBuffer
);
What is the equivalent for a VB long (UINT in C++) to a C# data type ?
Thanks,
JJ
I am trying to convert a program from eVB to C# and am stuck with
changing over the PostKeybdMessage API call.
Here is the API call:
public static bool PostKeybdMessage(
HWND hwnd,
UINT VKey,
KEY_STATE_FLAGS KeyStateFlags,
UINT cCharacters,
UINT* pShiftStateBuffer,
UINT* pCharacterBuffer
);
What is the equivalent for a VB long (UINT in C++) to a C# data type ?
Thanks,
JJ