| Author |
Message |
Topic: Background Transparency |
yellowsix
Replies: 8
Views: 715
|
Forum: 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
|
Forum: 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.
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
|
Forum: 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.
... |
Topic: Clearing an edit box? |
yellowsix
Replies: 6
Views: 458
|
Forum: 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
|
Forum: 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
|
Forum: 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. |
| |