Custom Query (3917 matches)
Results (343 - 345 of 3917)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #614 | Works For Me | DriveMapAdd doesn't work on Vista. | ||
| Description |
Hello, I'll try this sample code without any success in Vista : DriveMapAdd("X:", "\\myserver\stuff")
Just to be clear :
X is not used.
If I do it for the first time return is 1 and no error. The second time I do It error code is 3 ... But no drive is visible. In command line, no drive too ... 3 members of the french forum do lots of tests like me on Vista with always the same result. The search function on forum is disable, so I can't make search on it to see if there is a solution. |
|||
| #616 | Rejected | New Function or Parms for BlockInput - Allow Hotkeys | ||
| Description |
I think it would be a good feature to allow specific keys to be allowed through BlockInput(). This could be done by a parm that just allows all hotkeysets automatically, or a list of keys provided by the user on the BlockInput command. An example would be a hotkey set to allow a user to exit a script. Or re-enable input. Other than CTL+ALT+DEL _ And to make things easier...I found a similiar language on google that has a command which does exactly what I'm talking about :) I thought you might be able to see how they did it and hopefully pretty easily add it onto AutoIT. Here's a link to the function info: http://www.autohotkey.com/docs/commands/Input.htm The function basically blocks input until specific keys or key combinations are hit. They have source code here: http://www.autohotkey.com/download/AutoHotkey_source.exe Thanks guys, Kenny |
|||
| #618 | Rejected | _WinAPI_OpenProcess documentation needs updating | ||
| Description |
The documentation needs to list the different access flags so you don't have to go to msdn or fire up visual studio every time you need them. Here's a list: PROCESS_TERMINATE 0x0001 PROCESS_CREATE_THREAD 0x0002 PROCESS_SET_SESSIONID 0x0004 PROCESS_VM_OPERATION 0x0008 PROCESS_VM_READ 0x0010 PROCESS_VM_WRITE 0x0020 PROCESS_DUP_HANDLE 0x0040 PROCESS_CREATE_PROCESS 0x0080 PROCESS_SET_QUOTA 0x0100 PROCESS_SET_INFORMATION 0x0200 PROCESS_QUERY_INFORMATION 0x0400 PROCESS_SUSPEND_RESUME 0x0800 PROCESS_QUERY_LIMITED_INFORMATION 0x1000 (Taken from WinNT.h) |
|||
