VB6 Detection

In VB6 I was using GetAsyncKeyState to detect the keystrokes, was wondering if I could use the same in vb.net or is there a better way?
The function works in any language because it is part of the Windows API (http://msdn.microsoft.com/en-us/library/windows/desktop/ms646293(v=vs.85).aspx ), but you should ask this question in the MSDN Forums. It doesn't make much sense to ask in a C++-only forum.
Topic archived. No new replies allowed.