AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 27 matches
AutoHotkey Community Forum Index
Author Message
  Topic: SendInput not working in certain case
harryman

Replies: 5
Views: 310

PostForum: Ask for Help   Posted: Fri May 13, 2011 2:01 am   Subject: SendInput not working in certain case
hn"]@ Harryman
Your script run fine on my computer too (i'm on XP)

Did you and your friend use a different OS? Vista/Win7 maybe? UAC on vista/win7 was known to have some issue on SendInput command ...
  Topic: SendInput not working in certain case
harryman

Replies: 5
Views: 310

PostForum: Ask for Help   Posted: Fri May 13, 2011 12:55 am   Subject: SendInput not working in certain case
I cannot get keystrokes to send to a certain app on a friends computer. I've tried SendEvent, SendInput, SendPlay. I've tried a number of different keystroke combos.

This works on my machine wit ...
  Topic: Running 1 instance of a program at a time (multiple calls)
harryman

Replies: 6
Views: 158

PostForum: Ask for Help   Posted: Mon Mar 07, 2011 3:49 pm   Subject: Running 1 instance of a program at a time (multiple calls)
That works ok if you have a single instance of the script running. If you run multiple copies of the script the it will allow several copies of notepad to be in memory at once. Sometimes it will all ...
  Topic: Running 1 instance of a program at a time (multiple calls)
harryman

Replies: 6
Views: 158

PostForum: Ask for Help   Posted: Sat Mar 05, 2011 1:12 am   Subject: Running 1 instance of a program at a time (multiple calls)
This doesn't work. Multiple copies still execute. I'd already tried WaitClose, didn't try the name modification. Thanks for the suggestion though. Seems like I need something like a mutex, a simul ...
  Topic: Running 1 instance of a program at a time (multiple calls)
harryman

Replies: 6
Views: 158

PostForum: Ask for Help   Posted: Sat Mar 05, 2011 12:00 am   Subject: Running 1 instance of a program at a time (multiple calls)
I mentioned I tried to get Process to work. I think there is overhead to starting up a new program that causes this to not work.


file1 = %1%
file2 = %2%

keepGoing = 1;
while (keepGoin ...
  Topic: Running 1 instance of a program at a time (multiple calls)
harryman

Replies: 6
Views: 158

PostForum: Ask for Help   Posted: Fri Mar 04, 2011 11:10 pm   Subject: Running 1 instance of a program at a time (multiple calls)
Hi,

I'd like to create a script that does something like so:

ScriptToRunProgram contains
Wait until an instance of SomeProgram.exe is not running.
Run "SomeProgram.exe"

Called t ...
  Topic: How to change title bar text in any window?
harryman

Replies: 3
Views: 367

PostForum: Ask for Help   Posted: Sat May 30, 2009 12:21 am   Subject: How to change title bar text in any window?
I found something with further searching. This looks like it.

http://www.autohotkey.com/forum/viewtopic.php?t=35893change+title+bar
  Topic: How to change title bar text in any window?
harryman

Replies: 3
Views: 367

PostForum: Ask for Help   Posted: Sat May 30, 2009 12:12 am   Subject: How to change title bar text in any window?
I'd like to be able to change the title bar text of any window. I run multiple copies of certain applications, and I'd like to change the name on each instance.

I've searched around and haven't f ...
  Topic: Explorer shell detection and filename copy to clipboard
harryman

Replies: 6
Views: 532

PostForum: Ask for Help   Posted: Fri Sep 14, 2007 5:44 pm   Subject: Explorer shell detection and filename copy to clipboard
Figured it out. It always worked the second time.

Had to ad a line:


clipboard = ; clear clipboard
  Topic: Explorer shell detection and filename copy to clipboard
harryman

Replies: 6
Views: 532

PostForum: Ask for Help   Posted: Fri Sep 14, 2007 5:27 pm   Subject: Explorer shell detection and filename copy to clipboard
I added the case for for correctness.

I've noticed that it works sometimes.

If I contually press the hotkey several times, it will work. Usually though, for a single press, the clipboard wi ...
  Topic: Explorer shell detection and filename copy to clipboard
harryman

Replies: 6
Views: 532

PostForum: Ask for Help   Posted: Fri Sep 14, 2007 4:36 pm   Subject: Explorer shell detection and filename copy to clipboard
So when you Ctrl-V in a text editor after running the hotkey, it outputs the copied text for you with that change?
  Topic: Explorer shell detection and filename copy to clipboard
harryman

Replies: 6
Views: 532

PostForum: Ask for Help   Posted: Fri Sep 14, 2007 3:38 pm   Subject: Explorer shell detection and filename copy to clipboard
A few questions. I want to be copy path+filename text to the clipboard so I can paste it. But I'd like to do this only in an explorer shell.

Can anyone tell me why the first snippet doesn't work ...
  Topic: Outlook reminders that you can't miss
harryman

Replies: 2
Views: 2442

PostForum: Scripts & Functions   Posted: Tue Sep 11, 2007 3:59 pm   Subject: Outlook reminders that you can't miss
I depend on Outlook reminders sometimes. But if I'm busy they can get hidden behind other windows or minimized, or I might ignore the flashing on the taskbar.

So I've written something that will n ...
  Topic: Embedded Windows Scripting (VBScript & JScript) and COM
harryman

Replies: 231
Views: 59812

PostForum: Scripts & Functions   Posted: Sat Aug 04, 2007 4:30 pm   Subject: Embedded Windows Scripting (VBScript & JScript) and COM
erictheturtle,

Yes I think that example gives me a good enough understanding. Thank you.

I don't know if this is a good solution, but I might suggest that there be 2 threads. A "help wi ...
  Topic: MyFavorites Plus file copy/move
harryman

Replies: 5
Views: 2776

PostForum: Scripts & Functions   Posted: Thu Aug 02, 2007 9:42 pm   Subject: MyFavorites Plus file copy/move
MyFavorites is very handy. I've been wanting to be able to copy/move files to folders based on a quickly selectable list for a while. So I made a small modification to MyFavorites.

Whatever files ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group