AutoHotkey Community

It is currently May 23rd, 2012, 3:51 am

All times are UTC [ DST ]


Search found 25 matches
Search these results:

Author Message

 Forum: Support   Topic: hotstrings ending in a colon?

Posted: July 5th, 2008, 12:41 am 

Replies: 18
Views: 1565


Anonymous wrote:
Got it! 8)


8)

our friend is yet to realize the disadvantage of posting as guest. :(

 Forum: Support   Topic: Merge Files

Posted: July 1st, 2008, 10:10 pm 

Replies: 7
Views: 578


redundant quoting of previous post is not practiced in this forum.
you may quote the relevant part, but not the whole of it.

 Forum: Support   Topic: Merge Files

Posted: July 1st, 2008, 9:59 pm 

Replies: 7
Views: 578


Shalow, please use the <Post Reply> button instead of the <Quote> button. I have edited atleast 15 of your posts to remove the redundant quote.
thx for understanding.

 Forum: Offtopic   Topic: Software & Politics

Posted: June 30th, 2008, 5:58 am 

Replies: 63
Views: 4218


Somebody thought I was making fun of developmentally disabled people, I bet . not exactly. you have effective communication skills. it was just that: for a moment, i imagined that winner being my co-born and i was deeply hurt... ..and also, i couldnt stand the irony.. why use the image of a winner ...

 Forum: Support   Topic: BlockInput

Posted: June 7th, 2006, 7:33 am 

Replies: 3
Views: 708


Code:
BlockInput, MouseMove
Sleep, 5000
BlockInput, MouseMoveOff

 Forum: Support   Topic: Icon viewer

Posted: June 7th, 2006, 6:53 am 

Replies: 7
Views: 749


default: an icon is displayed at its maximum resolution when w & h options are not present in option of the gui, picture Gui, -Caption Gui, Margin, 0, 0 Gui, Add, Picture, ICON2, user32.dll Gui, Show the abv will display the icon in 32x32 being the biggest frame try it with any .ico having a lar...

 Forum: Support   Topic: help to launch multiple web browsers

Posted: June 6th, 2006, 1:12 pm 

Replies: 2
Views: 548


this should open seperate ie instances:

Code:
Run, iexplore.exe http://mail.google.com
Run, iexplore.exe http://mail.yahoo.com

 Forum: Support   Topic: How do I make ":" the value of a variable?

Posted: June 5th, 2006, 10:58 pm 

Replies: 4
Views: 551


Code:
xxx:=":"
msgbox, %xxx%

 Forum: Support   Topic: Count a doubleclick

 Post subject: Re: Ty sir
Posted: June 5th, 2006, 10:12 pm 

Replies: 10
Views: 1560


TheClicker wrote:
your code is actually cleaner, i like the keywait function better then timer even though they do same thing, ^^ Ty again!


thanks

i've updated the code
take a look

 Forum: Support   Topic: Retrieve a Files Properites

Posted: June 5th, 2006, 9:19 pm 

Replies: 7
Views: 2036


if somebody is interested in a pure ahk solution ImageWxH(ImageFile) { ;Supports only GIF, JPG, BMP IfNotExist, %ImageFile% Return "" Size=2592 DHW:=A_DetectHiddenWindows DetectHiddenWindows, ON Gui, 99:-Caption Gui, 99:Margin, 0, 0 Gui, 99:Show,Hide w%Size% h%Size%, ImageWxH....

 Forum: Offtopic   Topic: 32-bit MLM

Posted: June 5th, 2006, 8:27 pm 

Replies: 6
Views: 749


i had a look at the license and it does not sound that frightening especially for those not into any kind of illegal stuff there are some fine solutions posted in this forum which lack in speed due to limitations of ahk i wish you will take a look at them and give a speedier/efficient solution

 Forum: Support   Topic: Updated Shimanov's code to support ICONS in menus

Posted: June 5th, 2006, 10:14 am 

Replies: 2
Views: 666


any examples?

 Forum: Support   Topic: Use dots inside variables.

Posted: June 5th, 2006, 10:10 am 

Replies: 18
Views: 5009


AHK won't process "StringTrimRight, IUV, %A_LoopReadLine%, 1" and says the variable contains an illegal character, specifically explorer.exe. ..... Does anyone have an idea or is it simply not possible ? try this example Filename=Explorer.exe StringTrimRight,FileName,FileName,4 msgbox, %F...

 Forum: Utilities   Topic: Laszlo rulez the world !

Posted: June 5th, 2006, 9:31 am 

Replies: 10
Views: 3119


@A Nickname

disgusting

 Forum: Offtopic   Topic: 32-bit MLM

Posted: June 5th, 2006, 9:23 am 

Replies: 6
Views: 749


can you write something like TheGun?
it will be awesome to have a tiny editor with RUN button and some support for ahk commands similar to Intellisense
Sort by:  
Page 1 of 2 [ Search found 25 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group