AutoHotkey Community

It is currently May 23rd, 2012, 11:49 pm

All times are UTC [ DST ]


Search found 216 matches
Search these results:

Author Message

 Forum: Support   Topic: Close all applications of same types

Posted: August 16th, 2011, 2:56 am 

Replies: 2
Views: 259


Thanks.

This applies for applications having the application name at the end of wintitle.

i.e. document1 – Microsoft Word



But what about applications having application name at the beginning of wintitle

i.e. FLV Player – Movie1

 Forum: Support   Topic: Close all applications of same types

Posted: August 16th, 2011, 1:50 am 

Replies: 2
Views: 259


I want to build a script that closes all applications of same type, that are open.

For examples if i have 10 notepad documents open (all having txt extension).

Is it possible to close all of them, whatever be their titles?

 Forum: Support   Topic: Listview Question

Posted: August 4th, 2011, 4:31 pm 

Replies: 2
Views: 144


Thanks. :)

It's working.

 Forum: Support   Topic: Listview Question

 Post subject: Listview Question
Posted: August 4th, 2011, 4:00 pm 

Replies: 2
Views: 144


The folder gg at desktop contains some image files (jpgs). I want to see the files within this folder in listview. IF any one of those files is double clicked in the listview window , the corresponding image file should open. The portion (bolded) splashimage %A_LoopFileFullPath% needs some correcti...

 Forum: Support   Topic: Changing case

 Post subject: Changing case
Posted: September 12th, 2007, 2:15 am 

Replies: 1
Views: 476


How to make a sentence as sentence case (i.e. making the first letter of the sentence capital)?

How to make a sentence as title case (i.e making the first letter of each words of the sentence capital) by selecting the sentence?

 Forum: Support   Topic: Listview problem

 Post subject: Listview problem
Posted: July 22nd, 2007, 5:36 am 

Replies: 1
Views: 448


I creted a listview for c:\windows\desktop\pp (for folder pp) Now undr pp folder i have following:- 1.txt (file) 2.txt (file) 3.txt (file) pp1(another folder) The listview is showing only the files but not the pp1 folder. How to get it? The following script was used:- Gui, Add, ListView, r20 w325 gM...

 Forum: Support   Topic: taking variable into "mouseclick"

Posted: July 19th, 2007, 8:07 am 

Replies: 5
Views: 533


Ok, but this is not clicking 5 times... also this is clicking on the same co-ordinates each time.

 Forum: Support   Topic: taking variable into "mouseclick"

Posted: July 19th, 2007, 7:16 am 

Replies: 5
Views: 533


Also how to get left mouseclicks such as

132+jj, 134
2 seconds interval
132+2jj, 134
2 seconds interval
132+3jj, 134
2 seconds interval
132+4jj, 134
2 seconds interval

..... and so on.

 Forum: Support   Topic: taking variable into "mouseclick"

Posted: July 19th, 2007, 7:08 am 

Replies: 5
Views: 533


I want to take the value of inputbox and add that value to x ordinate of mouseclick

Code:
f4::
inputbox jj, type a number

mouseclick left, 132+%jj%, 134


However this is not working

 Forum: Support   Topic: coord of highlightd terms

Posted: June 2nd, 2007, 7:53 pm 

Replies: 2
Views: 461


Thanks :)

 Forum: Support   Topic: coord of highlightd terms

 Post subject: coord of highlightd terms
Posted: June 2nd, 2007, 8:09 am 

Replies: 2
Views: 461


How to get X,Y cordinates of any highlighted portion ?

Note that the highlighted portion not necessarily expected to be under mouse cursor.

e.g. searching for something in notepad and the search term is the highlighted term.

 Forum: Support   Topic: more than 1 line in inputbox

Posted: May 29th, 2007, 1:26 am 

Replies: 1
Views: 454


How can i type something in any inputbox that extends to more than 1 line?

I typed the following two in a inputbox, but the outputvar is not taking them over one line.

first line `n second line

first line {enter} second line

 Forum: Support   Topic: Replacing text through inputbox

Posted: May 29th, 2007, 12:25 am 

Replies: 3
Views: 442


Thanks ... Can i perform it without maximizing the notepad window (using stringreplace or something?)

Or even better...if i don't have the notepad window opened... can i take the path of the notepad (c:\windows\desktop\autohotkey.txt) document and then replace it without opening the document?

 Forum: Support   Topic: Replacing text through inputbox

Posted: May 28th, 2007, 11:36 pm 

Replies: 3
Views: 442


I have a notepad document titled "autohotkey - Notepad" Suppose First line of this document is This is the first line and 2nd line of the document is This is the the 2nd line I want to create an inputbox in such a way whatever i write in the inputbox will replace the 2nd line of this notep...

 Forum: Support   Topic: settimer

Posted: May 28th, 2007, 11:34 pm 

Replies: 4
Views: 600


Thanks :)

The Gui Script works really good. 8)
Sort by:  
Page 1 of 15 [ Search found 216 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group