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 DumpPe****  
11:43 4-Sep-08   [Replies: 0, Views: 112]    By: Guest::widow
Code: #NOTRAYICON #SINGLEINSTANCE,FORCE #NOENV /*    ~dmp.ahk V.2       Feel free to do whatever you like with this code.   DoubleClick on a .exe file ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Need help, please  
11:18 4-Sep-08   [Replies: 5, Views: 101]    By: Guest::PauLLL
Ok, I play a game and I have been trying to make a macro for it, but I fail to grasp how to do it the way it needs to be done. This is basically the outline of what I need: A macro that can jo...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey problem with stringsplit  
09:58 4-Sep-08   [Replies: 1, Views: 33]    By: schuerm
I came across a problem with string split and I have no clue why this doesn't work. here is the code Code: test_a = abc§abcd§akx§kals stringsplit, out_a, test_a,§, all msgbox %out_a1% ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey gui, format text  
09:48 4-Sep-08   [Replies: 2, Views: 45]    By: schuerm
Hello, I am desperately trying to format text in a gui, but I just can't make it work. My problem: I want to align text in a gui in rows. The text has different length. To give you an ide...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey sort list in order  
06:47 4-Sep-08   [Replies: 8, Views: 139]    By: spherez
Hi all, I was using "Loop (files & folders)" when i was very surprise to read that Loop retrieves files in no particular order. To avoid this problem i wrote this : Run, Notepad ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Name this button, please!  
06:40 4-Sep-08   [Replies: 9, Views: 163]    By: Guest::Randomscrub
Okay, I have this mouse right? Logitech pretty much fails when it comes to remaping software...now I REALLY need to remap this wheel on my mouse. I already have xbutton 1 and 2 remapped useing Ahk....
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey How do I make an alternative keyboard shortcut for Alt+F4?  
06:12 4-Sep-08   [Replies: 2, Views: 41]    By: doogooroo
Hi, Have just discovered AHK via Lifehacker. I don't like "Alt + F4" as the standard way of quitting applications in Windows and wanted create an alternative. Specifically, how do I...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey DAoC macro  
04:26 4-Sep-08   [Replies: 2, Views: 66]    By: Guest::Gamez
I tried making a macro that where I hold ALT DOWN and the press the number buttons 1 2 3. But the macro doesn't work. I tried making one then opening a simple program my Word or notepad and it wor...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Moving mouse to right when it's all the way at left.  
02:48 4-Sep-08   [Replies: 4, Views: 93]    By: Guest::fastmouse
When LButton is DOWN (detecting dragging) and I move it to the left of my windows, it can't go any further. It stucks right there. What I would like to accomplish is this: If LButton is down and wh...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Extract information from a window and conditional execution  
02:45 4-Sep-08   [Replies: 2, Views: 60]    By: Guest::curioustolearn
Hello, I would like to extract information from the window title (the path and file name without the extension) and open another file in that folder with a different extension. For example, I ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Need to read a slip.txt file and make an input.txt file  
02:03 4-Sep-08   [Replies: 5, Views: 130]    By: artbasement
Hi, I am new to autohotkey and could really do with an example of how to do this....if it is possible at all that is.... My till system makes a currslip.txt file after every transaction that looks...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Accessing ListView Control  
01:04 4-Sep-08   [Replies: 1, Views: 35]    By: awenos
I am trying to access the data in a non AHK window. The data is in list format Window spy shows no text. The following code returns an errorlevel of 1. ControlGet, NumLines,List,Count...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey `n Causing problems in parse and file reading  
00:58 4-Sep-08   [Replies: 10, Views: 157]    By: bixtool
I discovered AutoHotKey just last week and it's terrific. I've dug through through the forums to answer most of my questions. Now, I'm stuck. I'm having problems with a blank line or possibly a li...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Hot keys won't work on 9/10 of the same Dell PCs?  
00:17 4-Sep-08   [Replies: 5, Views: 104]    By: artbasement
I have installed hotkeys on my old Dell Optiplex GX1 at home and it works fine, but at work (where there are another 9 of the same machine) it does not work at all! I am running Windows 98 and have...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey finding correct ClassNN  
23:49 3-Sep-08   [Replies: 3, Views: 53]    By: Guest::evan
How do u display all existed ClassNN inside a client? apparently, there is something on top of the input message box in my game client, so Spy wont get the correct ClassNN. if i can catch all the ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Quick SLOC counter for ahk scripts - supports #include  
22:57 3-Sep-08   [Replies: 0, Views: 103]    By: Titan
Estimates the number of source lines of code in your scripts. Can be adapted to parse other languages. I've been using this to check my progress on a few occasions. Download [http://www.autohot...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Need help with keypad that sends Unicode  
22:13 3-Sep-08   [Replies: 2, Views: 68]    By: dddub
Hi, I have a USB keypad that I'm trying to use as an input device for two key commands for AutoCAD. I noticed that the text that gets sent to the computer from the keypad is in Unicode (for exampl...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Help with WheelDown  
21:40 3-Sep-08   [Replies: 2, Views: 34]    By: rcarruth
I have the following code that is working just fine, however when I try to substitute WheelDown for WheelUp the code stops working and nothing happens. When I take away the CountPresses function, the ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey How to identify the image position? Number 1, 2 and 3  
21:28 3-Sep-08   [Replies: 5, Views: 95]    By: Guest::Guest
Suppose you have 3 pictures: 1: a man 2: a woman 3: a child And those pictures changes the position. For example, the first it's a child, 2= a woman, 3= a man. or the first it's a man, 2=chi...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Problem Clicking DialogBox  
21:22 3-Sep-08   [Replies: 2, Views: 38]    By: varon89
I don't know what's wrong with this function Save(). When it gets to the Click, it doesn't appear to click where I tell it to. The mouse doesn't move from where it is before the function is called. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Menu Context Menus  
20:18 3-Sep-08   [Replies: 2, Views: 38]    By: jmanx
I'm trying to create a ListView control for another script I'm working on and I can't get the context menu to work. I used the example on the website and whenever I right click it says "the ta...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey i have problem while copying files from cd drive, if i eject  
19:01 3-Sep-08   [Replies: 1, Views: 53]    By: sat
i have problem while copying files. from cd drive, if i eject that. please anybody give me solution for this error bug. this is my code plz refer it Code: IfExist, I:\ { Loop, I&...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey find and change text in a file  
18:28 3-Sep-08   [Replies: 1, Views: 62]    By: Guest::nadal2
i hawe a folder with pictures and files (like .txt but other format for examle .xml) i need a script who will read .xml files and if he find a worlds (ex: 123qwerty) to delete him and change to other ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Question about Encryption Standards, for someone who knows  
18:17 3-Sep-08   [Replies: 1, Views: 44]    By: Guest::Q100
Hi, can someone please point me to a encryption method, that actually creates encryption which looks different each time? even with same password & unencrypted data? ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey How do you make AHK work without using hotkeys?  
17:30 3-Sep-08   [Replies: 7, Views: 148]    By: femdoc
Hi all, I'm an unabashed newbie trying to make the most of autohotkey. It's been a huge help at our medical office for creating shortcuts with our electronic medical records system. I've created s...
[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