Quote:
As mentioned in the help file under #UseHook, most scripts (i.e. those that use no hotkeys or just some simple keyboard hotkeys) do not need the keyboard hook, and thus it is not activated. Similarly, the mouse hook is not active unless your script uses mouse hotkeys or includes the #InstallMouseHook directive.
If you don't need them, take them out.
Quote:
Scripts without a hotkey work fine; while those with a hotkey all of
a sudden no longer work when they did work properly previously
Take out the hook as a test, does it still wonk out?
Quote:
Any advice on what to do?
Even though you may not see an error, and things DO work on other PC's, it doesn't mean that posting your code will still not
help us to
help you. We can 'guess' all day at what the problem is, but "A picture is worth a thousand words". If there is 'secret' stuff, take out what you can, and rename other things.
Leef_me wrote:
post your script