Forum Discussion Search with BoardTracker.com
Forum Discussion Search with BoardTracker.com
  
  

Advanced  |  Help
    Home Search Alerts Browse My Threads Setup About Login Signup    


» All > Computers & Internet > Software > Accessories [7 Forums][Track this Category]
   Browse sub-categories   
No sub-categories for this category

   Latest threads in category   
AutoHotkey change numpad hotkeys?  
16:11 23-Jul-08   [Replies: 1, Views: 41]    By: Guest::dota
anyone here know how to remap numpad keys using this? i want to remap numpad keys: 78 q2 (the numbers on top of letters) 45 to ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey I need help making a macro for a game.  
15:13 23-Jul-08   [Replies: 6, Views: 93]    By: Jae Hoon
Hi guys, I do not use macros but I am here on behalf of certain things possible on fighting games. There are some things in the games that are almost humanly impossible due to very small frame allo...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey LoopReadLine multiple files in a folder to a single file  
15:13 23-Jul-08   [Replies: 6, Views: 95]    By: birchy1978
Hi Guys The below code works for a single variable in a single file but i need it to work with many variables for every text file in a folder and save the data from each file on a new line C...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey how do we download a file and save it where we want?  
15:10 23-Jul-08   [Replies: 2, Views: 40]    By: habs42
Hi I want to download a file let's say from... http://www.somedomain.com/somefile.txt [http://www.somedomain.com/somefile.txt]> and I'd like to save it in C: I tried running the address but it w...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Moving?  
13:48 23-Jul-08   [Replies: 5, Views: 83]    By: jamie.ds
I want to make a script that moves a file from a certain place to a different place. But i want it done so there is no windows onpen and it does it automaticly. For Example: Move C:/Example file t...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Variable not adding on every loop?  
13:41 23-Jul-08   [Replies: 3, Views: 58]    By: Moki
I have just posted this code although this question is in a different area so I felt it needed a new post. Code that I'm working with: Code: energypoints := 0 nextpoint: progre...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Completely deleting a variable?  
13:19 23-Jul-08   [Replies: 7, Views: 69]    By: Moki
I need to delete a variable (not set it to 0) Completely delete it so that it may use it again later in the script. How would I do this. Thank you in advance ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Expose Variable with a function  
12:43 23-Jul-08   [Replies: 2, Views: 62]    By: tank
what i want to do is just like ListVars with an exception instead of dumping it to the window. I want the list returned to the script. Ideas? ok so ill tell you why also Any non blank com v...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey edit / ini square problem  
12:08 23-Jul-08   [Replies: 4, Views: 65]    By: Guest::tseik
When I use enter in editbox: Editbox: it would be (enter) so nice ...and then stored written text to ini by pushing button "Write to ini" iniwrite, %written text%, c:\...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey World of warcraft multiboxing scripts  
10:16 23-Jul-08   [Replies: 2, Views: 65]    By: Guest::Mortheal
I have 4 accounts at my disposal and I want to have them all running at the same time on the same computer and have 4 characters of the same class. How do I make it so when I hit a button on one chara...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Help I Can't make a simple CTRL+ALT+DEL work  
06:28 23-Jul-08   [Replies: 5, Views: 91]    By: supernovaliches
Hi, i'm just trying this code out: Code: h::Sendinput ^!{Del} and it won't work... I have read up a lot, and have used delays and stuff but none works. Help? Pre-em...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Button needs to be pressed twice before result is displayed  
03:20 23-Jul-08   [Replies: 3, Views: 84]    By: Guest::crimsondynamo329
Hello, I am making a script with a GUI, and it involves a button that submits the values in three edit boxes, performs several operations on them, and then outputs one result. The problem is, I have ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey EXIT while SEND/SLEEP?  
00:28 23-Jul-08   [Replies: 1, Views: 60]    By: esmith972
Based on the following code, I can't get the script to exit/return to the beginning while it's running by pressing the same key. How do you do this? Code: +1:: if (foo1==run...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey help with simple script to mash my WoW buttons  
22:28 22-Jul-08   [Replies: 2, Views: 94]    By: Guest::Tsegoa
I'm recently switched from using my G15 macro buttons to spam my shot rotation (bound to 2) to using AutoHotKey using this script that I blatantly stole from somewhere: Code: #ifWinActive World...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey [HELP] Simple Script - Round 2  
22:06 22-Jul-08   [Replies: 3, Views: 39]    By: Guest::JoaoVr
Is there any way of the script starts "paused" and I press the pause key to realy start/stop him? Thanks!...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey [SOLVED] Moving mouse pointer to within window title  
20:59 22-Jul-08   [Replies: 3, Views: 39]    By: vahju
I have been trying to solve a problem with HP OpenView Service desk in that I want to replace the F2 (advance find) with cntrl+f like other standard window application. The below code works but doe...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Anyone have a copy of DaOnlyFreez's ShowOCRUnderMouse.zip?  
20:44 22-Jul-08   [Replies: 3, Views: 81]    By: Sivvy
I looked through the forums, found the link to get it, but the site is down and DaOnlyFreez doesn't have access to the file at the moment. If anyone has a copy of DaOnlyFreez's ShowOCRUnderMouse.zip,...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Simple script-copy from one apps into another  
18:59 22-Jul-08   [Replies: 2, Views: 40]    By: zoerobin
Hi, I'm a newbie. I have a simple script that I just cannot get to work: #q:: IfWinexist FrontRange GoldMine 7 Corporate Edition WinActivate, FrontRange GoldMine 7 Corporate Edition else Run Fro...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey saving text file and recover/print to form(s)?  
16:23 22-Jul-08   [Replies: 1, Views: 31]    By: Guest::rtc513
How can I save a text file, such as my e-mail name, recover it and have it inserted into a form on the nternet?...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Var within Var one works one doesn't  
15:46 22-Jul-08   [Replies: 2, Views: 35]    By: Rad777
Code: Alarm5 = 111 Loop, { If (Alarm%A_Index%)    MsgBox, % Alarm%A_Index% } The above works fine However, if I want to reference % Alarm%A_Index% in a if...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Portable font  
15:16 22-Jul-08   [Replies: 4, Views: 72]    By: viciouskinid
I am using a font that is not standard in windows. Is there a way that I can call the font without having to install it on each computer. something like the below Gui,1: Font, s8 CDefault, tod...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Vista Joystick Volume Mute  
14:48 22-Jul-08   [Replies: 1, Views: 20]    By: Guest::Hybridx24
Have another question: I have a button on my controller which is currently mapped as Button9. I would like to know how to make the "send {Volume_Mute}" button to keep the master volume muted...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey How to save excel file to specified folder  
14:11 22-Jul-08   [Replies: 3, Views: 25]    By: Smarco
Hi Guys, I have searched but didn't find how to save an excel file to a specified folder. Problem is that I don't know how to select the wanted folder where to store the file in... tnx...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey help with a keygenerator from php to ahk  
13:59 22-Jul-08   [Replies: 9, Views: 144]    By: WankaUSR
So what i want to do is use this php code to create a key for my program. The ideea is that a web page generates a code and the program will check for if it is correct. Code: $name=wankaus...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Loading files into outlook  
13:51 22-Jul-08   [Replies: 2, Views: 58]    By: totalmig
Hi. I am trying to make a program which when i type a specific address loads information and pictures into outlook. is it possible to load the information from an excel file? I have an excel fi...
[Tags: No tags defined yet] -
Be the first to Tag this thread

<<First  <Previous  1  [2]  3  4  5  6  7  8  9  10  Next>      
 




Research | Board owners portal | BoardTracker Forums | Search plugin | Add your board | About us | Contact us

© Pidgin Technologies Ltd. 2006