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 6 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Background Transparency
yellowsix

Replies: 8
Views: 715

PostForum: Ask for Help   Posted: Tue May 29, 2007 2:51 pm   Subject: Background Transparency
I tried that thing with the PNG.
It was nicely smooth without the transparency, but with the transparency it showed a VERY ugly border.
I hope there is a way to base the transparency on a PNG alpha ...
  Topic: ping function
yellowsix

Replies: 7
Views: 511

PostForum: Ask for Help   Posted: Fri May 11, 2007 11:05 am   Subject: ping function
I wouldn't count 1 time-out an error if maybe 3 make it to the target, but still a nice little script though. Very Happy
Keep up the good work BoBo! I really appreciate all your nice little scripts and app ...
  Topic: The Boss Key script
yellowsix

Replies: 10
Views: 6007

PostForum: Scripts & Functions   Posted: Fri Apr 06, 2007 10:43 am   Subject: The Boss Key script
LOL
I made something like this before to use on school.
Lots of my buddies made use of it, but it was kinda hard to do.
I also used an "ignore list".
I called the script WinSneak. Very Happy
...
  Topic: Clearing an edit box?
yellowsix

Replies: 6
Views: 458

PostForum: Ask for Help   Posted: Thu Apr 05, 2007 6:34 pm   Subject: Clearing an edit box?
I discovered that GuiControl will somehow only work on the default gui.
So if you have multiple gui windows, you should do something like:

Gui,1:Default
GuiControl,,Subject,
Gui,2:Default

May ...
  Topic: Detecting new drive
yellowsix

Replies: 10
Views: 309

PostForum: Ask for Help   Posted: Thu Mar 29, 2007 9:55 am   Subject: Detecting new drive
I think it's better to use the drivelist command. (just search the manual)
I have a few scripts that react to new drives, and run a specified action.
You could parse the drivelist every second, and ...
  Topic: Laptop extra buttons as hotkey?
yellowsix

Replies: 11
Views: 1403

PostForum: Ask for Help   Posted: Wed Nov 22, 2006 10:09 am   Subject: Laptop extra buttons as hotkey?
Doesn't every key have it's own virtual key code?
Maybe someone knows a way to get the keycode of the pressed key.
In that case you could use the key-codes instead of the standard keys.
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group