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 how to retrieve the edit boxes's contents from a gui  
18:28 17-Jul-08   [Replies: 6, Views: 77]    By: edu
Hello, forum! I'm really sorry for asking this basic question, but I really can't find a solution: I have this code: Code: Gui, Font, S11 CDefault, Verdana Gui, Add, Text,, How many bo...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Mouse Wheel help.  
18:21 17-Jul-08   [Replies: 1, Views: 29]    By: QSQCaito
Hello guys, I've once seen a post where it said how to do a similar concept, I have searched for half an hour, and I can't find it. The thing is like this, you can activate macros with the mouse wh...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey How to tell that a window's content has changed  
17:41 17-Jul-08   [Replies: 3, Views: 63]    By: Sephiroth2906
I am working on a script that has hit a bit of a snag. In order to go any further, or make it reasonably functional, I need the script to be able to tell that the contents of a window have changed. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Mouse Swap?  
16:38 17-Jul-08   [Replies: 6, Views: 95]    By: Guest::OneTimeScripter
I looking for a ap that will just swap my mouse to my 2nd Monitor when I press alt (dual Monitor) and if I tap alt again, it will bring it back to the first Monitor (perferbly in the same location)...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey FileAppend parameter to not close the file  
14:53 17-Jul-08   [Replies: 1, Views: 80]    By: Unnamed
I often use Loops where I write inside of them to several files. (separating log files). By default FileAppend is here very slow due to open/close of the file in every loop. The preconfiguratio...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Get avg color of portion of the screen  
14:41 17-Jul-08   [Replies: 4, Views: 79]    By: infogulch
i need to get the average color of a portion of the screen, and i don't want to do a PixelGetColor as that takes a long time (think 50x50 px portion is 2500 pixels) so i thought i'd use Gdi+ to captur...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey How to do an @ on mac keyboard  
13:37 17-Jul-08   [Replies: 2, Views: 56]    By: shakzbeer
I would like to map the 'g' key to do an @ when typing 'cmd'&g. i already managed to switch the ctrl and cmd keys, this works but i can't manage to get an @ ... so far my script looks like t...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey I need an incremental function  
13:18 17-Jul-08   [Replies: 17, Views: 174]    By: GTTeamKiller
Hi there, I want to make a script that register the moves of the mouse. In fact, i have to move like 3000 client files in my ERP, the ERP can handle it, but one client at time ... ( its database...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Filter Keys  
13:15 17-Jul-08   [Replies: 2, Views: 72]    By: sergiod
Hi all, I'm trying to write a script that emulates the behavior of Windows's Filter Keys (an accessibility function that removes involuntary repeated keystrokes). Basically, what I want to do is...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey SimpleScreenshot [GUI]  
13:06 17-Jul-08   [Replies: 0, Views: 137]    By: Guest::BoBo˛
Quote: [BoBoTranslation] Create screenshots on-the-fly. Available formats are GIF, JPG, PNG, TIFF or BMP. Transfer the image to your local drive or via FTP to update a Website. Each screen...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Colored Controls (no bitmaps needed)  
12:26 17-Jul-08   [Replies: 1, Views: 148]    By: DerRaphael
here is an example which was originally published in germany forum first... its not perfect yet but seems to work on a wider variety of windows. Code: #NoEnv ; Example for colored b...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey "Eyedropper tool" - Finding an array of Pixel colo  
11:35 17-Jul-08   [Replies: 5, Views: 85]    By: Guest::Guest_Jason
Ok, so I've been working on this script non-stop for about 12 hours now.. (yes, 12 hours) and I can't seem to get it working right...here's what I have so far.. Code: loop { ;; EM...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Automatic Script Update  
11:06 17-Jul-08   [Replies: 2, Views: 98]    By: Delusion
I made a script some days ago which can be found here : http://www.autohotkey.com/forum/viewtopic.php?t=33763 [http://www.autohotkey.com/forum/viewtopic.php?t=33763]> My problem is that its posted ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Trouble getting alt gr to agree with me  
11:02 17-Jul-08   [Replies: 2, Views: 39]    By: Guest::qleblat
Hi folks. I'm using a swedish keyboard where you write a backslash using alt gr and the plus key. I'm trying to change the order of this so "+" sends "\" without modifiers and &quo...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Return problem.  
10:42 17-Jul-08   [Replies: 5, Views: 60]    By: Guest::Tseik
Cant find or understand how this works, i`m in loop! Titan`s Function: ini_GetSections(ByRef var) { NumPut(160, var, 0, "UChar") Loop, Parse, var, `n { StringGetPos, p, A_Loo...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Read a Word Document File with AHK?  
09:56 17-Jul-08   [Replies: 2, Views: 67]    By: Guest::kakaj
is there a way to Read a Word Document File (*.doc)with AHK is it possible?...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey REGEX help wanted in creating "select all but ZZZ"  
08:46 17-Jul-08   [Replies: 4, Views: 111]    By: twhyman
Hi, I want to create a REGEX that captures a whole word or a line that does not contain the word "TEST99". I tried using the Look-ahead and look-behind assertions but with no luck. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey about HackShield and Mouse something.  
08:44 17-Jul-08   [Replies: 4, Views: 76]    By: Guest::PCTC
how to use Mouse control (move and click) in HackShield system.. i try to find help inside any about mouse control tip and Example (mouse mode, or mousemove etc...)...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey recover_explorer.ahk  
07:44 17-Jul-08   [Replies: 0, Views: 106]    By: Raccoon
Code: ; recover_explorer.ahk (v1.0 | 17-July-2008 | p=208256) ; Script by Raccoon 17-July-2008 ; Restarts the Explorer shell if it crashes. #SingleInstance, force    &nb...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey WM_SETTINGCHANGE, question for advanced person who knows  
05:13 17-Jul-08   [Replies: 4, Views: 66]    By: Guest::PeterPan
Does anyone know how to ping WM_SETTINGCHANGE, and find out what mode it is in --- .... and conversely, issue a command some other way? to change such mode there? ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Bf2 tv  
05:11 17-Jul-08   [Replies: 3, Views: 38]    By: Guest::slinkygod
can somone help me make one and show me how to plz...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Moving Certain Files?  
05:06 17-Jul-08   [Replies: 2, Views: 40]    By: k0shyX
Hi, I want to make a script that will perform the following. I want it to look at a folder (C:\Music\Downloaded) and move all the MP3 files in that folder that DO NOT have "__BLAH__" in t...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Control Button on 2nd GUI window does not work.  
04:45 17-Jul-08   [Replies: 3, Views: 81]    By: MUZZi
Dear Mr Auto (not so) Hot King, I found a problem when you place a button onto a second GUI. Basically it doesnt work no matter what call command you place under it it just doesnt happen. I have...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Battlefield 2 HitReg Tweaker  
01:00 17-Jul-08   [Replies: 3, Views: 176]    By: Delusion
Battlefield 2 HitRegTweaker by Delusion What is this and what does it do? This script lets you enter your ping in then BF2 Console and the it calculates the best settings for good hitreg and aut...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Changing Windows File Context Menu  
00:52 17-Jul-08   [Replies: 6, Views: 125]    By: Krogdor
...Could anyone tell me how to do this? x_x My context menus are enormous with random crap, and I would like to maybe change a couple things as well—like change the default editor for .ahk....
[Tags: No tags defined yet] -
Be the first to Tag this thread

<<First  <Previous  5  6  7  8  9  [10]  11  12  13  14  15  Next>      
 




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

© Pidgin Technologies Ltd. 2006