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 20 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Close an app that is minimized to tray *solved*
superbem

Replies: 3
Views: 176

PostForum: Ask for Help   Posted: Fri Feb 08, 2008 10:58 am   Subject: Close an app that is minimized to tray *solved*
sure, here is the mystery meat: http://wiki.winehq.org/List_Of_Windows_Messages
  Topic: Close an app that is minimized to tray *solved*
superbem

Replies: 3
Views: 176

PostForum: Ask for Help   Posted: Thu Feb 07, 2008 7:09 pm   Subject: Close an app that is minimized to tray *solved*
Finally Confused
DetectHiddenWindows, On
pid:=pid("sample.exe")
PostMessage, 0x12,,,,ahk_pid %pid%

pid(val){
Process, Exist, %val%
return %ErrorLevel%
} ...
  Topic: Close an app that is minimized to tray *solved*
superbem

Replies: 3
Views: 176

PostForum: Ask for Help   Posted: Thu Feb 07, 2008 4:47 pm   Subject: Close an app that is minimized to tray *solved*
How to close an application that is minimized to tray?

I've tried winclose, winkill, with detecthiddenwindows on, no success.

I'm trying to avoid the process close.

Can someone help?
  Topic: Printer Options - Rundll32 [CMD]
superbem

Replies: 17
Views: 4631

PostForum: Utilities & Resources   Posted: Fri Nov 16, 2007 2:43 pm   Subject: Printer Options - Rundll32 [CMD]
Thanks, it fits for what I need.
  Topic: How to do a triple-click?
superbem

Replies: 5
Views: 421

PostForum: Ask for Help   Posted: Fri Nov 16, 2007 2:30 pm   Subject: How to do a triple-click?
F12::
KeyWait, F12
KeyWait, F12, D, T0.30
KeyWait, F12
KeyWait, F12, D, T0.30
If ErrorLevel = 1
return
Else
msgbox Pressed triple F12

Found somewhere in the forum, I just add 2 li ...
  Topic: Printer Job Status
superbem

Replies: 4
Views: 168

PostForum: Ask for Help   Posted: Thu Nov 15, 2007 3:54 pm   Subject: Printer Job Status
How is that code in autohotkey?
  Topic: Printer Options - Rundll32 [CMD]
superbem

Replies: 17
Views: 4631

PostForum: Utilities & Resources   Posted: Thu Nov 15, 2007 3:52 pm   Subject: Printer Options - Rundll32 [CMD]
Is there a way to know if a printer is out of paper?
  Topic: Printer Job Status
superbem

Replies: 4
Views: 168

PostForum: Ask for Help   Posted: Thu Nov 15, 2007 12:27 pm   Subject: Printer Job Status
How to get the job status of a printer with autohotkey?

http://techsupt.winbatch.com/webcgi/webbatch.exe?techsupt/tsleft.web+Newsletter~Archives+News~2005.06~Jun~-~Printer~Tips~and~Tricks.txt

I ...
  Topic: way to hide all script's parent windows
superbem

Replies: 2
Views: 117

PostForum: Ask for Help   Posted: Tue Sep 04, 2007 3:50 pm   Subject: way to hide all script's parent windows
Thanks for the fast-response.

It don't work Sad

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? ...
  Topic: way to hide all script's parent windows
superbem

Replies: 2
Views: 117

PostForum: Ask for Help   Posted: Tue Sep 04, 2007 3:20 pm   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 runnin ...
  Topic: auto-disc choices
superbem

Replies: 10
Views: 257

PostForum: Ask for Help   Posted: Sat Sep 01, 2007 1:21 am   Subject: auto-disc choices
There is a regkey to that, google it.
  Topic: Persistent hide window
superbem

Replies: 11
Views: 304

PostForum: Ask for Help   Posted: Sat Sep 01, 2007 12:44 am   Subject: Persistent hide window
Please some more help would be appreciated.

Should I make other topic since it is not really to do with hide window?
  Topic: Autorun in flash pen
superbem

Replies: 0
Views: 438

PostForum: Scripts & Functions   Posted: Sat Sep 01, 2007 12:36 am   Subject: Autorun in flash pen
Anyone tried to use autorun.inf in a pen with windows xp? If tried know that the open application didn't work.

I developed a script that does, but it must be running on the target computer, so for ...
  Topic: Voice recognition
superbem

Replies: 33
Views: 5002

PostForum: Scripts & Functions   Posted: Thu Aug 09, 2007 11:20 am   Subject: Voice recognition
can't wait..
  Topic: Scale window
superbem

Replies: 4
Views: 256

PostForum: Wish List   Posted: Sat Aug 04, 2007 1:23 am   Subject: Scale window
A command to scale a window could be nice.
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group