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[Track this Category]
   Browse sub-categories   
No sub-categories for this category

   Latest threads in category   
AutoHotkey Loop parse a string and variables, how can assign each value  
01:01 21-Aug-08   [Replies: 4, Views: 82]    By: Guest::Newbie123
Hello, I have a simple csv file, with two columns: Name, John Smith Address, 1 main st City, NY State, NY and I want to create variables in which the first column is the name and the secon...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Autoclicker macros  
00:48 21-Aug-08   [Replies: 5, Views: 142]    By: Guest::Saturn.32
I've been making autoclicker macros for a while, but for some reason I can't get them to get between 11-14 clicks per second, no matter what sleep times I use, or the way I write them. These are two ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Vista script problem  
22:25 20-Aug-08   [Replies: 0, Views: 20]    By: goelephant
I have a very simple script that loops through 3 virtual desktops using the hotkey Ctrl-Alt-Shift R. This script works great on XP, but on a new Vista machine it doesn't appear to run at all. I tu...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Sending numpad keys.  
22:25 20-Aug-08   [Replies: 4, Views: 65]    By: Guest::Guest
All I am trying to do is make it so when I hit the number pad 7 it'll do number pad 7-8-9 all together. Code: Numpad7:: Send,Numpad789 return Only problem is it types out th...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey quickly GUI question  
22:10 20-Aug-08   [Replies: 7, Views: 117]    By: metacumbia
hi mates how can i disable mouse's functions on GUI(clic left & rigth, minimize)? and hide mouse on it.?? thx,bye guys...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Button Color  
22:07 20-Aug-08   [Replies: 8, Views: 92]    By: Guest::Guest
Is there any way to change the button color that we created in smartgui? It is all about the font, they didn't talk about the button color or I didn't see it....
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Gui Noob Question  
22:06 20-Aug-08   [Replies: 17, Views: 236]    By: David.P
Hi forum, I'm sorry that I just can't seem to get a primitive GUI to work. It is inside a GoSub and should only display a message as long as a file upload is in process. It goes like this: ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Can anyone direct me to the right information, please?  
21:55 20-Aug-08   [Replies: 9, Views: 116]    By: RedStar
Hello everybody! After checking out whether I should learn AHK or AutoIt I decided to learn AHK (a no-brainer after I saw how arrogant people at AutoIt forum are...) Also everyone was saying that...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Remapping the Fn key?  
21:16 20-Aug-08   [Replies: 3, Views: 62]    By: h4xx0r n00bl37
Well the left control button on my laptop broke off good thing it is next to the fn key. I tried to use my keyboard hook to pick it up but no luck. Anyone know how to remap it?...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Problem with GuiControlGet  
21:10 20-Aug-08   [Replies: 1, Views: 27]    By: nagki
Hi, I was trying to get the text from the find dialog in Notepad. Window Spy showed the find textbox classNN as "Edit1". GuiControlGet,Sound,,Edit1 MsgBox,%ErrorLevel% Find dialog ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Send Incrementing Keystrokes to Application  
20:47 20-Aug-08   [Replies: 2, Views: 23]    By: Guest::Guest
I'm obviously overlooking something silly but I need some help with being able to increment a variable counter and then sending the current variable number to an application with "Send". I ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Batch add photos (Date picture taken) to WordPress blog  
20:31 20-Aug-08   [Replies: 0, Views: 20]    By: IconBoy
Okay, so I am quite a few months behind in updating the kids' photoblog so family and friends can see. Is there an "automated" batch script I could use that would add all the photos in a ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Text file, string parse  
20:23 20-Aug-08   [Replies: 7, Views: 181]    By: 9ekim
Hi. Im trying to do something simple. Currently I have code that parses a txt file and based on user input for eg. "Error" it grabs any line with error on it and dumps in another txt file. I...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Joystick vibration  
20:04 20-Aug-08   [Replies: 3, Views: 56]    By: SONY
Hi, I have 1 question about joystick and autohotkey. Is it posible to send control to joystick (witch have vibration motors), to start vibrating? Maby via dllcall? Thanks for help....
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Trying to check for a Process from a Hotkey, without Timer.  
19:49 20-Aug-08   [Replies: 5, Views: 82]    By: Sivvy
I can't seem to figure out what to do. My Script is supposed to lock the desktop without using Block Input, and keep Task Manager down without a Timer. Code: ;#NoTrayIcon Goto TaskKil...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Clipboard := MyText not retained after Exit?  
19:08 20-Aug-08   [Replies: 6, Views: 62]    By: David.P
Hi forum, during a script, I use: Code: clipboard = %ImageLink% This works, and the Windows clipboard actually contains what it is supposed to. However, after the script exits, the ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey How To Auto-Fill Current Date and Current Time  
18:47 20-Aug-08   [Replies: 7, Views: 125]    By: Guest::Newbie Scripter
I am not a scripter, so please no laughing at this simple question I am looking for a way to auto-fill My Initials, the Current Date, and the Current Time. I have found a way to do this (posted...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Gui volume button  
18:17 20-Aug-08   [Replies: 8, Views: 81]    By: Guest::Guest
I made a middle mouse menu but when I press "UP" button (volume up) in the menu The sound just go up one level. What I want to do is, when I press on "UP" button (an stay pressed)...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Determining which listview row was clicked to modify text  
17:10 20-Aug-08   [Replies: 2, Views: 43]    By: Unnamed
I am using listview to create a list of products in a web order. The number of products vary so I build the listview with a loop. First (in the begining of the script) I create the listview... G...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey mouse wheel  
17:03 20-Aug-08   [Replies: 3, Views: 43]    By: Guest::Guest
I am trying to find out if there is any code for left and right click for mouse wheel (not for mouse). My mouse wheel have left and right click ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Desktop lock with USB key  
16:55 20-Aug-08   [Replies: 7, Views: 263]    By: Chavez
I made this code for myself, it's not that advanced but works very well for me. I use it at home as i have classified information on my computer. This program does very well at defending it when I'm o...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey ImageSearch any different on Vista?  
16:52 20-Aug-08   [Replies: 3, Views: 61]    By: David.P
Hi forum, I am using this snippet to localise that input field (see mouse pointer) in below first window. Code: WinGetPos, CoolEditX, CoolEditY, CoolEditWidth, CoolEditHeight, ahk_class ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Determine drive letter of flash drive  
15:58 20-Aug-08   [Replies: 3, Views: 58]    By: Guest::fasman
Has anyone figured out a simple way to programatically determine the drive letter that a thumb drive is assigned? Like maybee returning the drive letter for a given volume name or something like that...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey How to make the script wait till the url gets loaded  
15:44 20-Aug-08   [Replies: 1, Views: 29]    By: VSRawat
I am extracting some data from a webpage to an excel file. I recorded the script and it went fine manually. At that time, I was pressing the keys and waiting till my screen is ready for the next key t...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Global - many variables  
13:42 20-Aug-08   [Replies: 2, Views: 33]    By: Albireo
Can You split the row with variables after Global in some way (even with comments?)?? Code: Global variable1, Variable2, ......... ,Variable99 This don't work but.... Code: ...
[Tags: No tags defined yet] -
Be the first to Tag this thread

<<First  <Previous  8  9  10  11  12  [13]  14  15  16  17  18  Next>      
 




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

© Pidgin Technologies Ltd. 2006