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 182 matches
AutoHotkey Community Forum Index
Author Message
  Topic: how to pass commands too any program?
Erittaf

Replies: 3
Views: 130

PostForum: Ask for Help   Posted: Fri Apr 04, 2008 5:19 pm   Subject: how to pass commands too any program?
search for a process explorer. if you don't understand how it works you may need to find help with windows messages and how they work.
  Topic: Windows Update w Firefox
Erittaf

Replies: 5
Views: 152

PostForum: Ask for Help   Posted: Thu Mar 13, 2008 10:48 pm   Subject: Windows Update w Firefox
search the forum for COM and navigate... i believe the COM library has a function that will tell IE to change to a specific page
  Topic: receive the status of the button from the minimized window?
Erittaf

Replies: 15
Views: 396

PostForum: Ask for Help   Posted: Thu Mar 13, 2008 10:23 pm   Subject: receive the status of the button from the minimized window?
keystate refers to the state of a key on the keyboard. It has nothing to do with any windows. perhaps if you post your code and explain what you want to do you will get better help. your explainati ...
  Topic: Is there any way to use an asterisk * in a string?
Erittaf

Replies: 2
Views: 153

PostForum: Ask for Help   Posted: Fri Feb 29, 2008 11:11 pm   Subject: Is there any way to use an asterisk * in a string?
Is there any way to use an asterisk * in a string?

with
StringReplace, clipboard, clipboard, *, , Allmakes

Is there any way to use an asterisk in a string?
  Topic: Quickly hide trayicons, taskbar and quicklaunch
Erittaf

Replies: 15
Views: 610

PostForum: Ask for Help   Posted: Fri Feb 29, 2008 11:05 pm   Subject: Quickly hide trayicons, taskbar and quicklaunch
The Last Found Window is set only until the end of the thread (hotkey, timer subroutine, etc.) Use these:
WinHide, ahk_class Shell_TrayWndWinShow, ahk_class Shell_TrayWnd
(Sleep, 2000 isn't necessar ...
  Topic: How to capture footpedal input
Erittaf

Replies: 4
Views: 169

PostForum: Ask for Help   Posted: Thu Feb 28, 2008 10:29 pm   Subject: How to capture footpedal input
This is likely something that AHK won't be able to see. However, don't give up before you try the method at the bottom of http://www.autohotkey.com/docs/KeyList.htm
  Topic: Hotkey assignment question
Erittaf

Replies: 1
Views: 87

PostForum: Ask for Help   Posted: Thu Feb 28, 2008 2:25 am   Subject: Hotkey assignment question
http://www.autohotkey.com/docs/Hotkeys.htm
look at "$"
  Topic: Do not read. :D
Erittaf

Replies: 21
Views: 1228

PostForum: General Chat   Posted: Wed Feb 27, 2008 11:58 pm   Subject: Do not read. :D
http://media2.guzer.com/pictures/puppy_beer_remote.jpg
  Topic: Crazy Scripting : FolderSpy v0.96 [ Synchronous ]
Erittaf

Replies: 79
Views: 6042

PostForum: Scripts & Functions   Posted: Fri Feb 22, 2008 3:41 am   Subject: Crazy Scripting : FolderSpy v0.96 [ Synchronous ]
hrm... on a related thought, (should this be a new thread) just found this on MSDN:
http://msdn2.microsoft.com/en-us/library/aa363798(VS.85).aspx

Anyone know how to call the functions to use this?
  Topic: Crazy Scripting : FolderSpy v0.96 [ Synchronous ]
Erittaf

Replies: 79
Views: 6042

PostForum: Scripts & Functions   Posted: Fri Feb 22, 2008 2:14 am   Subject: Crazy Scripting : FolderSpy v0.96 [ Synchronous ]
Yeah, I just need to monitor a network folder for changes... it gets 7-15 folders added to it per day... From your earlier descriptions async seemed best.
  Topic: Crazy Scripting : FolderSpy v0.96 [ Synchronous ]
Erittaf

Replies: 79
Views: 6042

PostForum: Scripts & Functions   Posted: Fri Feb 22, 2008 1:24 am   Subject: Crazy Scripting : FolderSpy v0.96 [ Synchronous ]
@SKAN
did you ever post the Asynchronous version that you mentioned on page 1 of this forum?? I am interested but I can't find it on the boards
  Topic: MouseOver TrayIcon, triggering an event
Erittaf

Replies: 13
Views: 7821

PostForum: Scripts & Functions   Posted: Fri Feb 22, 2008 1:00 am   Subject: MouseOver TrayIcon, triggering an event
Is there a good way to detect if the mouse has left the tray Icon? what about if it is over a particular window? I know the ladder is prolly easy as the window spy does this for us (haven't looked a ...
  Topic: highlightening an opened web page
Erittaf

Replies: 5
Views: 432

PostForum: Ask for Help   Posted: Thu Feb 21, 2008 8:45 pm   Subject: highlightening an opened web page
oh, i had assumed Embarassed that you wanted the statusbarwait to timeout after 20 seconds. StatusBarWait, Done, , , , , 20 is correct for what you wanted to do.
  Topic: Some NiftyWindows questions
Erittaf

Replies: 5
Views: 194

PostForum: Ask for Help   Posted: Thu Feb 21, 2008 12:24 am   Subject: Some NiftyWindows questions
http://www.autohotkey.com/docs/commands/WinMaximize.htm

see also: (the rest of the docs)
http://www.autohotkey.com/docs/
Especially:
http://www.autohotkey.com/docs/commands.htm
  Topic: Help with using COM
Erittaf

Replies: 7
Views: 201

PostForum: Ask for Help   Posted: Wed Feb 20, 2008 11:07 pm   Subject: Help with using COM
cool!!! know where i can find a COM for dummies book?
 
Page 1 of 13 Goto page 1, 2, 3 ... 11, 12, 13  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group