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 Text background tansparent  
23:25 11-Oct-08   [Replies: 1, Views: 32]    By: Guest::jhfire
Hello, I would like to make the text background transparent. Instead of having it that tan color I would like to make it transparent, does anyone know how to do this? And if you do please tell me, tha...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Script not working in game since switching to Vista.  
22:22 11-Oct-08   [Replies: 4, Views: 90]    By: Fieldy
Hello, I'm trying to use a recoil script in Battlefield 2 and it's not working after switching from XP to Vista 64 bit. It works outside of the game fine, but when I enter the game it stops work...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Subroutine on input  
21:01 11-Oct-08   [Replies: 4, Views: 77]    By: Simply Curious
Is there a way either to start a function or a subroutine when there is any input from the user?...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Cannot UNBlock Mouse?  
18:52 11-Oct-08   [Replies: 4, Views: 154]    By: a1pha63
code @ 3rd msg down I Cannot UNBLOCK the LButton can anyone help?...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Using variables and words to tell it which string to use?  
17:31 11-Oct-08   [Replies: 5, Views: 60]    By: kzone272
so i am trying to use a word and another variable to tell the program which variable to be use like here Code: var1 = hi var2 = hello this = 1 that := var%this% ; since this is 1, ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Opening New windows in Internet Explorer using AHK  
17:13 11-Oct-08   [Replies: 7, Views: 127]    By: Mike Wood
Hi I have the following script file - which I run via an icon on the desktop. It is meant to open Internet Explorer and then send Ctrl+N 3 times to it - to open up 3 more windows. It does open Interne...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey GUID?  
16:54 11-Oct-08   [Replies: 1, Views: 44]    By: Wicked
Any ideas how to obtain a GUID through AHK?...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Convert Bash script to AHK script?  
15:21 11-Oct-08   [Replies: 4, Views: 101]    By: Guest::Joey777
Anyone know of an easy way to do this for somebody who is still very new to AHK? Is there somewhere on this site or elsewhere on the web that would have comparisons or any way of quickly figuring out...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Shuffle a playlist (same file output).  
14:46 11-Oct-08   [Replies: 1, Views: 39]    By: Mitchell35478
Is there a way to shuffle/randomize these lines in an M3U file, say, like this one below: Code: ..\SOUNDTRACKS\Sdtrck, James Bond (2002) - ''Die Another Day'' (+ MusVid)\(...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Bluetooth Headphones  
13:57 11-Oct-08   [Replies: 0, Views: 31]    By: ymustiregister
Hi all, Has anyone successfully been able to map the controls (AVRCP, Audio/Video Remote Control Profile) on bluetooth headphones? In particular the Sony DR-BT30Q [http://www.sonystyle.com/webap...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey [Function]StringCheck  
12:56 11-Oct-08   [Replies: 4, Views: 94]    By: Sakurako
Code: InStrW(String, Text0) {  RegExReplace(Asc(SubStr(String, Pos0 := InStr(String, Text0), 1)) > 127 ? SubStr(String, 1, Pos0+1)...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey How to make tooltip stay put?  
12:33 11-Oct-08   [Replies: 12, Views: 232]    By: WJW1965
Hi, I made a script to time how long a control is visible in a window. But I have two windows open at the same (with timer tooltip in both) and I am moving my cursor back and forward. As you can s...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Realtime Browser - HTML Editor with preview  
10:26 11-Oct-08   [Replies: 4, Views: 110]    By: DHMH
Hello, my first big Program: Realtime Browser. Description: Editor for HTML Sites, which displays a preview in Realtime while editing. Realtime Browser is an Editor for HTML Dateien, who dir...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Find variable within array  
06:59 11-Oct-08   [Replies: 3, Views: 53]    By: Vega
Hi guys, I'm stuck with a script, need some help. I have an array (made with StringSplit) and I need to find a variable in this array that matches a value. Can I do that? Thanks, Vega...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Read .INI file in one go !  
04:16 11-Oct-08   [Replies: 2, Views: 99]    By: Smurth
If you want to create lots of variable from .ini files, this function is for you. It reads the whole file in one go and creates all the variable. Example: Code: [Test] X=120 Y=3...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey [stdlib] A_ Binary Array implementation RC1B (w/ testsuite)  
03:53 11-Oct-08   [Replies: 2, Views: 96]    By: DerRaphael
Hello all, I hereby present my latest project: True Binary Array support for AHK. Besides from what u'd expect of binary Arrays, the arrayobject will return the string Array() if being used form a ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey when button gets quickly pressed twice  
02:11 11-Oct-08   [Replies: 5, Views: 124]    By: deandoe
okay i did my searches and found useful scripts for my problem, i combined them but one little thing is missing... basically, when i press r (once, it types an r), when i press r (twice) the mouse cur...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey First line of loop parse script coming up blank  
02:10 11-Oct-08   [Replies: 1, Views: 32]    By: PiNPOiNT
When i run my code, the first line of my clipboard list is showing up blank. Its probably cause im super tired, and am missing something right in front of me, but can someone please take a look with ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey DotA hotkey remapping  
02:01 11-Oct-08   [Replies: 0, Views: 34]    By: Guest::Meh
Er , hi.Im new to AutoHotKey so im a bit confused over the lines of codes.. Anyway , just to confirm , if i want to change numpad 7 to z, numpad 8 to x, numpad 4 to c , and numpad 5 to v ,and still...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey CHKDSK Assist - Schedule CHKDSK Operations  
01:56 11-Oct-08   [Replies: 0, Views: 40]    By: darklight_tr
After learning and working with AutoHotkey since February, I'm finally releasing my first script. CHKDSK Assist is a GUI based script that allows you to schedule CHKDSK operations on your PC. I ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Array and Array in expression  
00:28 11-Oct-08   [Replies: 5, Views: 70]    By: Guest::StreetRider@Large
I know that it reads the file in and splits the string, but I can not get this to process the strings. It is part of a script that averages lines of numbers. The real question I guess is can arr...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Question regarding speed of commands  
00:13 11-Oct-08   [Replies: 3, Views: 74]    By: a1pha63
Will there/ could there be a difference (in miliseconds) as to how fast the following two actions are preformed? XPOS:=width*0.5 YPOS:=height*0.5 MouseMove, XPOS, YPOS, 0 vs just MouseClick...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey About "similar" programs  
23:38 10-Oct-08   [Replies: 2, Views: 87]    By: AutoPepe
Hello. I would to know if I can do the same with AutoHotkey and Almeza Multiset or Multi Install Sourceforge. Thanks Excuse my language. I'm from Canary Islands P.D. Expressely unattended...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Variables for ahk_class ??  
22:18 10-Oct-08   [Replies: 2, Views: 59]    By: twowheels
Is there a way to store the ahk_class name in a variable? I have a few places in my general-purpose script that is always running where I change the behavior of the hotkey based on the application th...
[Tags: No tags defined yet] -
Be the first to Tag this thread
AutoHotkey Winset, Bottom: seems to minimize?  
21:56 10-Oct-08   [Replies: 2, Views: 25]    By: a1pha63
HI, had a question about the command "WinSet, Bottom", it seems to effectively minimze it, rather than move it to the back of all windows... ^LButton:: MouseGetPos,,,tableID IfWinExis...
[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