Search found 2 matches
- 13 Nov 2011, 10:38
- Forum: Support - bugs
- Topic: Can't use GetFSUIPCInt
- Replies: 2
- Views: 5429
Re: Can't use GetFSUIPCInt
Hi Petr, thanks for the hint, with a better knowledge of VBScript I could have guessed it. However there is still something wrong as I found out that the "Set" must not appear. So at then it's this: Dim State State = CByte(HIDMacros.GetFSUIPCInt(&H3341, 1)) HIDMacros.SetFSUIPCInt &H3341, 1, State OR...
- 11 Nov 2011, 19:07
- Forum: Support - bugs
- Topic: Can't use GetFSUIPCInt
- Replies: 2
- Views: 5429
Can't use GetFSUIPCInt
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 ...