| View previous topic :: View next topic |
| Author |
Message |
superbem
Joined: 30 Jul 2007 Posts: 20
|
Posted: Tue Sep 04, 2007 3:20 pm Post subject: way to hide all script's parent windows |
|
|
Is there a way to hide all script's parent windows?
Also is there a way to change the behavior of dllcall, the script pauses until it have response from dllcall, is there a option to make it running without waiting?
Thanks |
|
| Back to top |
|
 |
Mustang
Joined: 17 May 2007 Posts: 375 Location: England
|
Posted: Tue Sep 04, 2007 3:24 pm Post subject: Re: way to hide all script's parent windows |
|
|
| superbem wrote: | | Also is there a way to change the behavior of dllcall, the script pauses until it have response from dllcall, is there a option to make it running without waiting? |
Try using SetTimer for the DllCall with a negative period, this should make it run only once. |
|
| Back to top |
|
 |
superbem
Joined: 30 Jul 2007 Posts: 20
|
Posted: Tue Sep 04, 2007 3:50 pm Post subject: |
|
|
Thanks for the fast-response.
It don't work
I'm trying to do a script to react as a scanner have paper loaded. The scanner have a sensor, a sensible button, can I make the sensor as a hotkey?
Thanks |
|
| Back to top |
|
 |
|