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 mouse control script help please  
23:17 29-Aug-08   [Replies: 3, Views: 74]    By: Toenee
Hi, Only just started using autohotkey and obviously out of my depth. I want to script pressing a key to simulate holding down the right mouse button, rotate the mouse 180% then release the righ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey How to troubleshoot  
22:33 29-Aug-08   [Replies: 2, Views: 65]    By: festino
Can anyone provide a tip where to start troubleshooting when an obvious key stroke is not executed? This is the problem: I successfully created a script changing settings in an English Internet Exp...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey ControlSend to inactive window not working  
22:10 29-Aug-08   [Replies: 2, Views: 64]    By: achinfish
Here is my entire script, using a notepad file named test.txt to try sending a w down and w up keystroke to it while it's not active, doesn't work... It's two separate hotkeys because the real wi...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey trouble with send function  
21:55 29-Aug-08   [Replies: 3, Views: 69]    By: Larry3406
Hi, I'm beginner with AHK I just try to write a surname with AHK The following script doesn't work under Vista : -- #p:: send, roland -- It writes only "ro" then the it launches ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Configuring Audio renderer for Mplayer Classic  
21:47 29-Aug-08   [Replies: 11, Views: 125]    By: majstang
Hi! I have a problem getting this to work every time when running the script created with AutoScriptWriter. Mouseclick coordinates tend to change after a while and the script stops working. I would...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Excel Macro for Copy and Paste Looping  
21:14 29-Aug-08   [Replies: 2, Views: 72]    By: Guest::Chris.
I need help with a macro to extract data from certain cells from a database (an Excel spreadsheet named MASTER) to another spreadsheet (an Excel spreadsheet named BETA) In the MASTER spreadsheet is...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey SendInput Newb question  
19:04 29-Aug-08   [Replies: 0, Views: 12]    By: Guest::Guest
I'm not very familiar with AHK, but I just wanted to make a hotstring and from the help file I was left with the impression that SendInput will help me not to type anything by accident in the actual ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Retrieve image from clipboard  
19:04 29-Aug-08   [Replies: 5, Views: 82]    By: farmerbuzz
Is there any way to retrieve an image from the clipboard? The clipboard support documentation seems to claim text only but then mentions saving the contents of the clipboard even if it is not text. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Youtube - Get video name with RegExpMatch  
19:03 29-Aug-08   [Replies: 1, Views: 16]    By: Guest::Guest
I tried that, wont work. Code: UrlDownloadToFile, http://uk.youtube.com/watch?v=-a59YO0Ypo0, %TEMP%\youtube.txt sleep 5000 FileRead, html, %TEMP%\youtube.txt RegExMatch(html,&q...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Internal Browser for Vista (like MSHTA.exe in Windows XP)  
18:47 29-Aug-08   [Replies: 1, Views: 31]    By: Guest::Gracy and Allen
Is there a similar internal browser in Vista as this one mentioned below: ". . . The user d-man discovered a way to speed up displaying of the preview window. Instead of using a browser as pre...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Double Right Click ?  
18:08 29-Aug-08   [Replies: 5, Views: 51]    By: Guest::WhoNeedsHelpINeed
How to make : i click one time right mouse button, script convert double or triple right click? i need this script. i'm newbie so i don't write good scripts Who is make script for me Than...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey GUI freezing when using CMDRet.dll\RunInControl  
17:27 29-Aug-08   [Replies: 2, Views: 59]    By: Guest::r1_fiend
Hello everybody, I had posted another topic up here earlier trying to get two GUI's to look like one in order to separate my "Stop" button GUI from the main GUI which is displaying my result...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey error message appear while script is running  
17:23 29-Aug-08   [Replies: 0, Views: 14]    By: sat
Hello everybody First of all, I have to tell you that my english is not very good, please be patient. When if i eject the cd from cd drive while script is running(while copying files from cd driv...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey File name and location  
17:10 29-Aug-08   [Replies: 2, Views: 23]    By: Guest::Tomatoman
How to get compiled script location and name ? %A_WorkingDir% etc won't work...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey i want to lock the script no one should be acess  
15:28 29-Aug-08   [Replies: 1, Views: 28]    By: Guest::mohan
I want to lock the script but it should be run when we click no one should access my script I need to give a password plz help me out Thanks...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey flickering on ctrl+alt+del screen  
15:24 29-Aug-08   [Replies: 0, Views: 21]    By: Guest::Guest
Hey there, I've got a script that does some stuff like acrivating screensaver or putting the monitor into sleep mode. It reacts on hotkey and runs in the task bar. when I press ctrl+alt+del on w...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey i want to lock the script and macros  
15:23 29-Aug-08   [Replies: 3, Views: 44]    By: Guest::mohan.m
I want to lock the script but it should be run when we click and no one should access my script I need to give a password...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Internet Browser  
14:40 29-Aug-08   [Replies: 6, Views: 65]    By: Almi8ty Scar
Hi I want to make a Simple Brower that works like this: Here the code Code: Gui, Add, Tab, x8 y10 w810 h670 , Tab1|Tab2 Gui, Add, Button, x16 y40 w100 h30 vGoToSite1, Go To Site Gui, Tab,...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Tooltip for Menuitems in AutoIt Script  
14:06 29-Aug-08   [Replies: 1, Views: 24]    By: revanth84
How can I add a tool-tip for a menu-item in AutoIt GUI...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey A Numbers Question :)  
13:46 29-Aug-08   [Replies: 1, Views: 34]    By: Guest::Zorro1
Hello-- I have a bunch of numbers, stored in Array like NUMBER_1=34 NUMBER_2=100 NUMBER_3=14 NUMBER_4_102 ... and so on How can I most efficiently loop through this set, and identify which i...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey ControlSend and Holding Down a Key  
13:36 29-Aug-08   [Replies: 0, Views: 19]    By: Guest::Replex
Hello, I am currently using ControlSend to send keystrokes to an application that might or might not have focus. Currently one of these keystrokes is {Down}, this sends the keystroke in rapid succe...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Question about running script & closing it  
13:36 29-Aug-08   [Replies: 1, Views: 23]    By: Guest::Beea
Hi, when I run my script and close it by clicking on the windows (X) button on the GUI, the application does not shut down. I have to go into Windows task manager or close the desktray icon to actual...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Good pixelgetcolor Bad If Expressions?  
13:36 29-Aug-08   [Replies: 2, Views: 65]    By: Bane
HI I am currently trying to run a rather simple script that will determine when a certain pixel is between a range of the color of green. For some reason, it checks all the variables but moves right ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey #IfWinActive/LButton/Sleep, 1000/ControlGetFocus Bug  
13:19 29-Aug-08   [Replies: 1, Views: 54]    By: Guest::Guest
Run the following script, you won't be able to double click in any window matching the #IfWin criteria...it opens a properties dialog for this script, try to double click any of the selectable text (j...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey how to show the files sorted for size (descend) in ListView  
13:17 29-Aug-08   [Replies: 2, Views: 31]    By: Guest::Annarella
how to show the files sorted for size (descend) in ListView? Code: Folder = %A_WinDir% Gui, Add, ListView, xm r36 w320 y0 vMyListView gMyListView, Name|In Folder|Size (KB)|Type LV...
[Tags: No tags defined yet] -
Be the first to Tag this thread

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




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

© Pidgin Technologies Ltd. 2006