| Author |
Message |
Topic: Safety measure for a laptop |
edburdo
Replies: 6
Views: 287
|
Forum: Ask for Help Posted: Wed Dec 26, 2007 10:13 pm Subject: Safety measure for a laptop |
| The downside to using something like AHK for this, is that scripts can easily be bypassed. If the user boots the PC up offline, or boots it into safe more, or installs a new OS, then your security me ... |
Topic: Incrementally switch between windows |
edburdo
Replies: 153
Views: 33480
|
Forum: Scripts & Functions Posted: Fri Nov 09, 2007 9:40 pm Subject: CapsLock Toggle |
In case anyone missed it..
Seren posted a way to have the CapsLock show/hide the window list. It only takes about 5 seconds to modify the script, and it works great. |
Topic: changing window title of 3rd party apps... possible? |
edburdo
Replies: 5
Views: 282
|
Forum: Ask for Help Posted: Fri Apr 20, 2007 6:37 pm Subject: changing window title of 3rd party apps... possible? |
| Another bit of info. Some apps do not function well if you change their window titles. So keep that in mind when you get this done. If things are going nutty, it could be the change in window title. |
Topic: Collab offer: Work with me on an amazing app launcher |
edburdo
Replies: 14
Views: 958
|
Forum: Ask for Help Posted: Fri Apr 20, 2007 6:35 pm Subject: Collab offer: Work with me on an amazing app launcher |
| No. I wouldn't use it. I use SlickRun and AHK to launch and automate what I need. |
Topic: changing window title of 3rd party apps... possible? |
edburdo
Replies: 5
Views: 282
|
Forum: Ask for Help Posted: Fri Apr 20, 2007 6:33 pm Subject: changing window title of 3rd party apps... possible? |
| HWND is the window handle. A way of referencing a window. Every window has a HWND. And many things are windows (applications, controls (including input fields, etc). Sometimes text on screen is a ... |
Topic: Automate a terminal application? |
edburdo
Replies: 9
Views: 1278
|
Forum: Ask for Help Posted: Fri Apr 20, 2007 1:47 pm Subject: Automate a terminal application? |
| And remember... you can set the speed for most of the mouse commands. So if you don't want the user seeing slow mouse movements, try setting the speed to 0. |
Topic: Need help with dll call!! |
edburdo
Replies: 12
Views: 490
|
Forum: Ask for Help Posted: Fri Apr 20, 2007 1:44 pm Subject: Need help with dll call!! |
| VB makes activeX style DLL's. I don't know of AHK can instantiate an ActiveX dll or not. But the regular DLL calls won't work with a ActiveX DLL. |
Topic: Noob syntax question [cant get a linefeed in] |
edburdo
Replies: 9
Views: 282
|
Forum: Ask for Help Posted: Tue Apr 10, 2007 3:25 pm Subject: Noob syntax question [cant get a linefeed in] |
@ahklerner:
This is a double quote.
"
And this is a single quote.
'
And just for fun:
This is a back-tick or a back-quote.
`
So to enclose something in double quotes, you do ... |
Topic: [noob] How to get it work with Visual Studio 2005? |
edburdo
Replies: 13
Views: 473
|
Forum: Ask for Help Posted: Fri Apr 06, 2007 5:44 pm Subject: [noob] How to get it work with Visual Studio 2005? |
Works OK for me in VS 2005. Running Windows 2k.
I know that Vista and VS 2005 didn't play well either. So maybe it's a Vista VS 2005 issue? |
Topic: loop process too fast????? |
edburdo
Replies: 6
Views: 332
|
Forum: Ask for Help Posted: Fri Apr 06, 2007 5:29 pm Subject: loop process too fast????? |
Here is how I automate similar tasks.
Record the steps with the macro recorder (AutoScriptWriter).
Then modify the script to do tweak it the way you want.
I think if you do this, you'll get s ... |
Topic: Copying text to variable without using ^c |
edburdo
Replies: 10
Views: 428
|
Forum: Ask for Help Posted: Fri Apr 06, 2007 5:18 pm Subject: Copying text to variable without using ^c |
Those alternate copy/paste functions date back to DOS days. If you open the old DOS Edit program, you'll see them there.
And any app that supports Copy/Paste will support the alternate methods. I ... |
| |