| Author |
Message |
Forum: Support Topic: hotstrings ending in a colon? |
| Moderator!! |
|
Posted: July 5th, 2008, 12:41 am
|
|
Replies: 18 Views: 1565
|
Anonymous wrote: Got it! 
our friend is yet to realize the disadvantage of posting as guest.  |
|
 |
Forum: Support Topic: Merge Files |
| Moderator!! |
|
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 |
| Moderator!! |
|
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 |
| Moderator!! |
|
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 |
| Moderator!! |
|
Posted: June 7th, 2006, 7:33 am
|
|
Replies: 3 Views: 708
|
Code: BlockInput, MouseMove Sleep, 5000 BlockInput, MouseMoveOff |
|
 |
Forum: Support Topic: Icon viewer |
| Moderator!! |
|
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 |
| Moderator!! |
|
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? |
| Moderator!! |
|
Posted: June 5th, 2006, 10:58 pm
|
|
Replies: 4 Views: 551
|
Code: xxx:=":" msgbox, %xxx% |
|
 |
Forum: Support Topic: Count a doubleclick |
| Moderator!! |
|
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 |
| Moderator!! |
|
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 |
| Moderator!! |
|
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 |
| Moderator!! |
|
Posted: June 5th, 2006, 10:14 am
|
|
Replies: 2 Views: 666
|
|
 |
Forum: Support Topic: Use dots inside variables. |
| Moderator!! |
|
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 ! |
| Moderator!! |
|
Posted: June 5th, 2006, 9:31 am
|
|
Replies: 10 Views: 3119
|
|
 |
Forum: Offtopic Topic: 32-bit MLM |
| Moderator!! |
|
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: |