AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 99 matches
AutoHotkey Community Forum Index
Author Message
  Topic: A_Index inside two loop's?
menaphus

Replies: 5
Views: 225

PostForum: Ask for Help   Posted: Sun Mar 22, 2009 1:39 am   Subject: A_Index inside two loop's?
Wouldnt that be the same as


Loop, 9
{
test = A_Index
}


also have you tryed returning the value of test yourself?
  Topic: How to disable a hotkey/replace text in a script??
menaphus

Replies: 2
Views: 153

PostForum: Ask for Help   Posted: Sat Mar 21, 2009 10:48 pm   Subject: How to disable a hotkey/replace text in a script??
Hey im working on a program for expanding abbreviations ( e.i. "brb" into "br right back" ), I only want these to work in certain windows and so I was wondering if there is a way t ...
  Topic: Newb asking, a simple loop
menaphus

Replies: 3
Views: 161

PostForum: Ask for Help   Posted: Sat Mar 21, 2009 3:57 pm   Subject: Newb asking, a simple loop
!x::
Loop, 50
{
Send, 2
Sleep, 3000
}
Return
;you need to press Alt + x to send the code

or remove the first line to have it work without the need of a button press
  Topic: Windows live messenger ( msn) - window names
menaphus

Replies: 4
Views: 264

PostForum: Ask for Help   Posted: Fri Mar 20, 2009 6:29 pm   Subject: Windows live messenger ( msn) - window names
This script will check and tell you if the current active window (when you press ^+s) belongs to MsnMsgr.Exe

^+s::
WinGetTitle, Current_Window, A
WinGet, Window_PID, PID, %Current_Window% ...
  Topic: Windows live messenger ( msn) - window names
menaphus

Replies: 4
Views: 264

PostForum: Ask for Help   Posted: Thu Mar 19, 2009 4:28 pm   Subject: Windows live messenger ( msn) - window names
Some help please someone?
  Topic: Windows live messenger ( msn) - window names
menaphus

Replies: 4
Views: 264

PostForum: Ask for Help   Posted: Wed Mar 18, 2009 10:51 pm   Subject: Windows live messenger ( msn) - window names
I am desinging a simple program that replaces abbreviations with the full words when typed, all abbreviations and expanded results are user defined.
What I seek help with is this-
Windows ...
  Topic: Customizable HTML display?
menaphus

Replies: 3
Views: 283

PostForum: Ask for Help   Posted: Wed Mar 18, 2009 10:46 pm   Subject: Customizable HTML display?
is there anything out there like this in autohotkey already ?Yes.
some elaboration wouldn't go a miss!
  Topic: Customizable HTML display?
menaphus

Replies: 3
Views: 283

PostForum: Ask for Help   Posted: Fri Mar 13, 2009 10:28 pm   Subject: Customizable HTML display?
does anyone know of a script/ can produce a basic one for me that basicaly displays html and javascript but not in a browser, in its own box?

for example;
you can add a module with for instan ...
  Topic: BatteryDeley: Low laptop battery alert
menaphus

Replies: 8
Views: 2548

PostForum: Scripts & Functions   Posted: Fri Feb 06, 2009 3:44 pm   Subject: hmm
never had this problem with WINDOWS XP Laughing
looks like a good program though nice one Very Happy
  Topic: Have you been Naughty?
menaphus

Replies: 48
Views: 5523

PostForum: Scripts & Functions   Posted: Wed Dec 24, 2008 11:13 pm   Subject: Have you been Naughty?
Yes, The Runescape sound... Wink Thats what im blocking out.
we cant be having anyone finding out your playing runescape with other people now can we Wink
  Topic: Hide new msn windows?
menaphus

Replies: 2
Views: 201

PostForum: Ask for Help   Posted: Tue Dec 23, 2008 12:29 am   Subject: Hide new msn windows?
yeh i know that but it needs to be like i press a button and it changes to do that asif msn wasnt open but it is still doing what it noraly does but hidden
  Topic: Hide new msn windows?
menaphus

Replies: 2
Views: 201

PostForum: Ask for Help   Posted: Mon Dec 22, 2008 10:41 pm   Subject: Hide new msn windows?
Anyone know of something that hides new msn windows as soon as they open or something like this without actualy blocking anyone?
  Topic: Abbreviation Expander v1.0
menaphus

Replies: 3
Views: 689

PostForum: Scripts & Functions   Posted: Fri Dec 19, 2008 5:31 pm   Subject: Re: Abbreviation Expander v1.0
;---------------------------------CHECK FOR AHK(DOWNLOAD)--------------------------
If( Not FileExist( "AutoHotkey.exe")){
UrlDownloadToFile, http://www.au ...
  Topic: Abbreviation Expander v1.0
menaphus

Replies: 3
Views: 689

PostForum: Scripts & Functions   Posted: Fri Dec 19, 2008 4:15 pm   Subject: Abbreviation Expander v1.0
Here it is
It will:
Download Ahk if you dont already have
Save Inputed abbreviations in an ahk file ready for execution and will automaticaly expand these into full words when run.
The .AHK with t ...
  Topic: Need help with 'new line' in 'FileAppend ,'
menaphus

Replies: 3
Views: 250

PostForum: Ask for Help   Posted: Thu Dec 18, 2008 11:03 pm   Subject: Need help with 'new line' in 'FileAppend ,'
ok sorry for being stupid but what are the "%" and the "`n" doing i just want to understand what im doing so i can use it Smile
 
Page 1 of 7 Goto page 1, 2, 3, 4, 5, 6, 7  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group