I would like to have text and images scrolling in my help tab. I have the basics of it working but when I scroll the images go over the tab bar.
Can anyone help?
Code:
#SingleInstance...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
hey everybody,
Does anyone know if there is any reason why A_CaretX and Y dont show the correct position in some cases?
Specifically, I noticed that these will not work in my Firefox address bar o...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
QUESTION: Can AHK (GUI) create a window with a wide border of controllable width and controllable color, and also transparent inside this special border?
I realize that AHK (GUI) can create a wind...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
;;; SendInputSlow - Delay Function ;;;
/*
Code: SendInputSlow(p_delimiter, p_sleep, p_initsleep, p_string)
{
global ; Don't think this is needed, but it might cover a...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
you can play sound's without having any musicplayer with
SoundPlay, %A_WinDir%\Media\ding.wav
the question is: is there a way to play internetradio?
would like to play this channel from di.fm ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I tried with this code
http://www.autohotkey.com/docs/misc/Winamp.htm [http://www.autohotkey.com/docs/misc/Winamp.htm]>
but it doesn't work.
It works only when the app is active....
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
am using ahk2exe aka autoit and when i put the source(script file) in and press convert it says "error opening the destination file" what does this mean? and how come i cant make it into a e...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Straight to the point.
here's what I got
Code:
Loop, Parse, clipboard, `n, `r
{
if var in timeline,1600,Loadlength
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi all,
I seem to be unable to detect the physical, not logical, button state of the left and right mouse buttons when they have been swapped using either Getkeystate("LButton", "P&q...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hey, this has kinda been bothering me for a while, I've wanted to use winamp to listen to music while I'm talking to peeps in ventrilo, I've thought of a way to solve this, and it is by looking for th...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Is it possible to store an expression in a variable and then use that variable as an expression in an if statement, and if so how?
Like ...
VarName := "Var1 = Var2"
if (VarName)
{
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I use autohotkeys for Warcraft Dota.
So basically,
I programmed it so that if I press
Alt+e --> item #1.. and so on.
My programming isn't wrong, it works fine with other programs, and in warc...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hey guys, I have a question.
Ok, in my GUI i have some pictures that act has button's using label's.
This GUI is for a computer that has no mouse (dont ask why it just does) so i want to give th...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I'm trying to use a javascript bookmarklet with an llbbrowse browser object in a gui. When I try to use this bookmarklet:
Code:
javascript:function D(a,b){c=b.split('...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi,
I try to edit the explorer.exe in Vista using Xn Resource Editer.I could edit the file but could not save it. when i try to save the file am getting error " "original file cannot rena...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
any way to remap this? it doesn't show up in #InstallKeybdHook
I'm seriously going to sell this computer and get a different brand if not....
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
So I'm helping to make an app for some people. and the "cell editing" (LVX) is not going so well.
Code: #NoEnv ; Recommended for performance and compatibility with future Au...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Code:
Loop
{
FileReadLine, text, FileContents.txt, %A_Index%
Colors = %text%
Loop, parse, Colors, `,
{
Gui, Add, ListBox, , %A_Index% %A_LoopField%
Gui, Show
}
}...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I noticed that my old script to control the volume in vista did not work properly so I made a rewrite using Vista Audio Control Functions.
Here is the simple script:
Usage:Hold the windows bu...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I wanted to create a screen dimmer to save my eyes when reading long documents. I found Skrommel's nice DimScreen [http://www.donationcoder.com/Software/Skrommel/index.html#DimScreen]> program, but I ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi there....
Lexikos in the IRC channel was very helpful in helping me write a script that can detect the last time a key was sent and not send it again for a certian time period... I was hoping ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
i need a program which can press for example f1 and f9(at the same time) with a gap of about .2 second
if its still difficult to understand lets put it this way.
i want a program to press f1 and ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Can you pls. help me for this script? I't will really help me a lot... PLEASE thanks...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Code: http://www.autohotkey.net/~majkinetor/-Avatars/*
http://autohotkey.net/~engunneer/mii.jpg
http://www.autohotkey.net/~Titan/ub.png
http://www.codenite.com/images/other/...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I think I may have discovered a bug with RegExReplace... for some reason ".*" can't recognize "`r`n". Here's a bit of code Code: ;This works
Data = TestTest{T`nEST...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine