Hello
I found an article about intercepting keyboard events on the MSDN, it uses the WIN32 API and is in VB, but you should be able to port that over to C easily.
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q177992
However, this is sort of risky business becuase you need to make sure that once your program ends, it sets everything back the way it was, doing anything otherwise it might result in data loss, and other problems.And since this is Win32 programming, you might be able to find alot of references for these functions from the Microsoft Developers Network (MSDN). CVI does provide you with the Windows SDK's, so you should have all the libraries that you need
Here is the link to the MSDN:
http://msdn.microsoft.com
Best of Luck with
your application
Bilal Durrani
NI
Bilal Durrani
NI