Can't use GetFSUIPCInt
Posted: 11 Nov 2011, 19:07
Hi Petr,
your utility is a real breakthrough in multiple keyboard handling. However when going to scripting I'm having trouble, but I must say, that I have only little experience in scripting. I could succesfully execute this
HIDMacros.SetFSUIPCInt &H3340, 1, 1
but I'm unable to make this work:
Dim State
Set State = HIDMacros.GetFSUIPCInt &H3340, 1
I always get an error "End of Statement expected". It seems that the compiler does not recognize ...GetFSUIPCInt
What am I doing wrong?
your utility is a real breakthrough in multiple keyboard handling. However when going to scripting I'm having trouble, but I must say, that I have only little experience in scripting. I could succesfully execute this
HIDMacros.SetFSUIPCInt &H3340, 1, 1
but I'm unable to make this work:
Dim State
Set State = HIDMacros.GetFSUIPCInt &H3340, 1
I always get an error "End of Statement expected". It seems that the compiler does not recognize ...GetFSUIPCInt
What am I doing wrong?