I've searched the forum but i cant find it maybe im using the wrong search variables... sorry nontheless
i was wondering if its possible to call a script in another script
for example:
Code...
[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 would like to click on a link on a website.
the problem is the link position is not fix it moves sometimes up or down.
right now this works
Code: addme:=15
linky:=0
Loop
{...
[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 looking for a free text editor. What's your favorite free text editor?
The four free ones I've found mentioned on this board so far are:
Notepad++
Note Tab Light
Crimson Edit
PSPad
...
[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 looking for a free text editor. What's your favorite free text editor?
The four free ones I've found mentioned on this board so far are:
Notepad++
Note Tab Light
Crimson Edit
PSPad
...
[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
Got a code thats sends enter after del :
Code:
~Del::
;WinGetTitle, active_title, A
;if active_title contains Geonoise -
Send {Delete}{Enter}
Return
...
[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 there,
i am using Windows XP SP3. Started using Autohotkey a few days ago. For some reason Autohotkey stoped working. The program doesn't start anymore. There is no error message involved, exec...
[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,
Below is a version of keyboardfreak's popular Incrementally Switch Windows [http://www.autohotkey.com/forum/viewtopic.php?t=1040]> script, with some minor code changes (clearly marked in 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 showing of row data in a listview possible by just hovering?
I'm trying to get something to do the following, accept without clicking:
Code: #SingleInstance,Force
OnExit,GuiClose
...
[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 ,
how can i create a script that will store certain values for certain key combinations .. like :-
ctrl+F1 = 1234455
ctrl+F2 = 5548556
ctrl+F3 = 8875552
ctrl+F4 = 5664875
ctrl+F5 = 987...
[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 have a text that i copy in clipboard and i have a file TXT with keyword.
I need to have an output that tells me if in the clipboard is present at least one word in the file TXT.
I tested:
...
[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
how can you keep a window on top?
I tried the following, which did not work, no doubt cuz i'm a noob:
Ifwinexist, Netflix Movie Viewer
winset, alwaysontop, on
It did diddly squat, so to spea...
[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
After a lot of searching I thought I found the answer but I just can't get this super simple thing to work. I just want to open an AHK file in Notepad. Here's my code:
Code: !^Numpad1:...
[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 everyone! This is my first time posting and I am a newbie. VERY VERY new.
I was looking in the prior posts and I wasn't able to find anything. Maybe it was hiding from me
If anyone woul...
[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
WindowBlocker - Advanced Window Blocking to help get your work done!
----------------------------------------------------------------
The latest version can be found here:
http://www.autohotkey.n...
[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've wanted to be able to embed a ruby interpreter in AHK for ages and I finally got it working a bit ago.
Code:
;Internal definitions
rb_handle = 0
rb_Eval(code)
{
&nb...
[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 would like to click on a link on a website.
the problem is the link position is not fix it moves sometimes up or down.
right now this works
Code:
click 444 ,478
Sleep 3000
click 444 ,...
[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
Sorry, I figured it out. It wasn't anything relating to Dual Monitors.
Is there any way to delete this thread so people don't waste their time looking at it?...
[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
Last month VxE produced this fab code that works great on Winamp. It controls Winamps volume by a simple up or down movement/gesture of the mouse.
A friend would like to know can the same be done on...
[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
Ok, here's version 1, let me know if you can think of any improvements:
The basic idea is that it allows you to setup a keywords.ini file (in the same folder as the script) with different keywords,...
[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
im programming a game and when i get a null exception, the game freezes and i cant minimize or close it. sometimes it lets me bring up the task bar and right click/close the application, but 9/10 time...
[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
Using Firefox 3.0 AuftoHotKey works fine until I login to my gmail account or am on a https:// [https://]> site. Once I close these windows it starts working again. Has anyone else had this problem an...
[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
Apologies if this has been posted before, but I haven't found anything explicitly stating what I need. Let me know if I've completely missed something blatantly obvious.
I've got a large softwar...
[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 might just be stupid, but is there an environment variable which will retrieve the filename and/or location of the script calling the ahk script? (such as a batch file..)
I've looked through the ...
[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 some help, right now I have a script that has handmade arrays that look like this:
Code:
abbrevs%cnt% := "ff"
tips%cnt% := "Firefox"
programs%cnt% &...
[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
my script is :
Code: Loop
{
FormatTime, TimeString
MsgBox The current time and date (time first) is %TimeString%
FormatTime, TimeString, T12, Time
MsgBox The current 24-...
[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