| Author |
Message |
Topic: Problem with ControlSend to Air application |
D4B5T3R
Replies: 2
Views: 51
|
Forum: Ask for Help Posted: Mon Mar 15, 2010 8:14 pm Subject: Problem with ControlSend to Air application |
Why don't you just try it this way, doubt it will make a difference, but worth a try.
F8::
ContolSend, , ^n, AirAppName
Return
Else try replacing F8 with another key.
D4B5T3R |
Topic: USB SYNC |
D4B5T3R
Replies: 6
Views: 163
|
Forum: Ask for Help Posted: Thu Feb 25, 2010 10:16 pm Subject: USB SYNC |
Thanks DBM for your reply, I wanted something more on the lines of, Only replace the files that are changed, add the files that do not exist in the Harddisk folder.
Here is what i came up with so f ... |
Topic: USB SYNC |
D4B5T3R
Replies: 6
Views: 163
|
Forum: Ask for Help Posted: Thu Feb 25, 2010 7:15 pm Subject: USB SYNC |
| Hi, I know the program I am looking for already exists in the 'Scripts and Functions' bit, but I don't know which one is the one I'm looking for as I find the code for them too complicated for me to u ... |
Topic: IE7 Homepage Help |
D4B5T3R
Replies: 6
Views: 130
|
Forum: Ask for Help Posted: Wed Mar 18, 2009 9:09 pm Subject: IE7 Homepage Help |
| i didnt say AHK anywhere in the post i sed Script, which relates to AHK, and the code i know sofar is how to send the keystroke, i dont know how to make it so that it sends the keystroke once everytim ... |
Topic: IE7 Homepage Help |
D4B5T3R
Replies: 6
Views: 130
|
Forum: Ask for Help Posted: Wed Mar 18, 2009 8:32 pm Subject: IE7 Homepage Help |
| Cause it uses AHK to send Keystrokes and somehow only send these keystrokes when the IE7 is opened the first time. AHK need to monitor this somehow, which i dont know how to do. THATS HOW |
Topic: Explorer.exe Context Menu Option |
D4B5T3R
Replies: 2
Views: 409
|
Forum: Ask for Help Posted: Sat Mar 07, 2009 5:46 pm Subject: Explorer.exe Context Menu Option |
Thanks for the help SKAN, but i fixed it lol heres what i came up with
Paste this into a NAME.reg file:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Folder\shell\Open in new wi ... |
Topic: Explorer.exe Context Menu Option |
D4B5T3R
Replies: 2
Views: 409
|
Forum: Ask for Help Posted: Fri Mar 06, 2009 7:17 pm Subject: Explorer.exe Context Menu Option |
Hey, i have this really need for a script that allows me to right click on a folder and allow me to select "Open in new windows" coz sometimes its helpful.
Like saves time by not having ... |
Topic: Possible 2 Change - Screen Reso,Wallpaper,Theme thru AHK? |
D4B5T3R
Replies: 2
Views: 212
|
Forum: Ask for Help Posted: Mon Jan 19, 2009 7:42 pm Subject: Possible 2 Change - Screen Reso,Wallpaper,Theme thru AHK? |
Thanx TheGood! Ill post my progress here later
Ok, i did some research on the posts, and i looked at the theme function... and it turns out im no good with programming, well i am like making int ... |
Topic: Possible 2 Change - Screen Reso,Wallpaper,Theme thru AHK? |
D4B5T3R
Replies: 2
Views: 212
|
Forum: Ask for Help Posted: Mon Jan 19, 2009 3:31 pm Subject: Possible 2 Change - Screen Reso,Wallpaper,Theme thru AHK? |
Hey guys
i just wanted to as if authotkey is capable of setting, specified wallpaper, change the screen resolution to 1280 x 1024 and change the desktop theme to for example Window Xp - Blue (defau ... |
Topic: Button Loop |
D4B5T3R
Replies: 4
Views: 209
|
Forum: Ask for Help Posted: Wed Jan 14, 2009 4:51 pm Subject: Button Loop |
| Oh wait what is the rest of the code |
Topic: Looping Effect Help |
D4B5T3R
Replies: 2
Views: 179
|
Forum: Ask for Help Posted: Wed Jan 14, 2009 4:22 pm Subject: Looping Effect Help |
Hey i got similar thing lookin like this:
/*
up.txt contains:
Line1: 574366262
Line2: 789645645
Line3: 659786532
*/
FileReadLine, 1, up.txt, 1
FileReadLine, 2, up.txt, ... |
Topic: Tray menu |
D4B5T3R
Replies: 5
Views: 685
|
Forum: Ask for Help Posted: Thu Dec 04, 2008 11:13 pm Subject: Tray menu |
Thanks, Any idea how to hide the default menu items
Open
Help
<Seperator>
Window Spy
Reload This Script
Edit This Script
<Seperator>
Etc.etc
so that it only shows the one you ... |
Topic: Tray menu |
D4B5T3R
Replies: 5
Views: 685
|
Forum: Ask for Help Posted: Wed Dec 03, 2008 2:39 pm Subject: Tray menu |
| Oh i get it.. but i still dont get how to write this simple code.. basically i want a tray icon and when i right click it a menu comes up that shows a personalized list... |
Topic: Tray menu |
D4B5T3R
Replies: 5
Views: 685
|
Forum: Ask for Help Posted: Wed Dec 03, 2008 2:30 pm Subject: Tray menu |
hey this is relly bugggin me it keeps saying calling to nonexisting fuction i tried everything it just wont work.. what am i doing wrong?
#Persistent
TrayMenu() {
Global
Menu ... |
Topic: Movie Launcher - Double Clicking Doesnt Work ("~") |
D4B5T3R
Replies: 0
Views: 327
|
Forum: Ask for Help Posted: Wed Nov 19, 2008 9:49 pm Subject: Movie Launcher - Double Clicking Doesnt Work ("~") |
Heres the original source of script, i have modified the script for double clicking, so i wont need to put my copy of the code on here...
;________MAIN GUI - LISTVIEW EVENTS____________________|
... |
| |