AutoHotkey Community

It is currently May 24th, 2012, 8:09 am

All times are UTC [ DST ]


Search found 19 matches
Search these results:

Author Message

 Forum: Support   Topic: Need help math probleme

Posted: August 7th, 2011, 3:40 pm 

Replies: 2
Views: 87


Thank you garry

it's work

Good Job ! ^^

 Forum: Support   Topic: Need help math probleme

 Post subject: Need help math probleme
Posted: August 7th, 2011, 10:35 am 

Replies: 2
Views: 87


Hello all,

i want increment a var but i lost zero

Var = 002

VarNext := Var + 1

(Résult = 3 ) i want 003

Do you have some ideas ? Thx

 Forum: Support   Topic: Windows Information: is it possible?

 Post subject: Thank you
Posted: July 5th, 2010, 5:01 pm 

Replies: 40
Views: 4928


Thank you for the tip.
As always, the community is powerful ! ^^

---

Merci pour l'astuce.
Comme toujours, la communauté autohotkey est performante ! ^^

 Forum: Support   Topic: getkeystate wheel (Getkeystate not wheely good!)

Posted: July 1st, 2010, 10:59 am 

Replies: 6
Views: 942


One solution for replace "GetKeystate, WheelDown and WheelUp" Thank to Vxe for your idea Insert in your code : #NoEnv #InstallMouseHook ; variable EtatWheelDown = 1 EtatWheelUp = 1 Check_EtatWheelDown = 1 Check_EtatWheelUp = 1 Loop, ; ( or SetTimer ) { if EtatWheelDown <> %Che...

 Forum: Scripts   Topic: VisionGo for CGOBAN KGS

Posted: March 13th, 2010, 10:03 am 

Replies: 3
Views: 666


it's a help to read your game before playing. with this software, you will play with virtual stones (it's only a help for the player who use this software). on the tchat, the original software (cgoban) makes the possibility for the player to use coordinates (ex : e6 c4 e4 c1). my software adds the o...

 Forum: Scripts   Topic: VisionGo for CGOBAN KGS

 Post subject: VisionGo for CGOBAN KGS
Posted: March 12th, 2010, 6:52 pm 

Replies: 3
Views: 666


Je partage avec vous mon logiciel. VisionGo Version 0.5 Ce logiciel fonctionne avec CGOBAN http://www.gokgs.com/download.jsp . Description : Ce logiciel permet de visualiser les séquences directement dans Cgoban mais il permet aussi d'afficher des séquences venant du t'chat par exemple ^^ Mon site :...

 Forum: Scripts   Topic: QuickConverter: Convert Image & Audio Files in Smart way

Posted: May 1st, 2008, 7:54 pm 

Replies: 12
Views: 5049


Thank you very much for help ! heresy 8) I admit having had a little lazy ^^ Thank you, I like the community of AutoHotkey :wink: EDIT : Here is the translation french + TrayTip VOICI LA TRADUCTION EN FRANCAIS, pour les amateurs de ce superbe p'tit programme héhé : #NoEnv #Persistent #SingleInstance...

 Forum: Scripts   Topic: QuickConverter: Convert Image & Audio Files in Smart way

Posted: April 30th, 2008, 9:43 pm 

Replies: 12
Views: 5049


hi!

could you please if you put the code on the forum with the TrayTip?

thank you in advance

 Forum: Scripts   Topic: QuickConverter: Convert Image & Audio Files in Smart way

Posted: April 14th, 2008, 9:11 pm 

Replies: 12
Views: 5049


Oh! I am impressed, your program is excellent! :o There are days or ... We are lucky ... There is a pearl, so your program is a pearl rare :P ^^ Thank you for sharing it. On one extreme simplicity of installation to use. The genius fate of the man who cultivated ... Sorry also my English is poor but...

 Forum: Support   Topic: Help me, I need your experience - HOTKEY BUG ?

Posted: March 30th, 2008, 5:01 pm 

Replies: 2
Views: 515


OK I found a way to solve the problem ...

For hotkeys, you have to put a ~ before (example: ~WheelUp:: )

This helps to keep the normal function of the wheel + start my program

Thank you for your help ??

 Forum: Support   Topic: Help me, I need your experience - HOTKEY BUG ?

Posted: March 25th, 2008, 8:59 pm 

Replies: 2
Views: 515


It is obviously the goto "Guidestroy" which does not go. I tried to replace it with a gosub but it is not the solution ... I tried to place the code in different ways, to see if history is not an issue of enforcement, this is not the solution ... An idea? At my level I take everything! :lol:

 Forum: Support   Topic: Help me, I need your experience - HOTKEY BUG ?

Posted: March 24th, 2008, 10:28 pm 

Replies: 2
Views: 515


Hello everyone, For my program, I need to activate / deactivate the Hotkeys ... I voluntarily simplify my program to help you see more clearly ay! Example 1, it works! #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. SendMode Input ; Recommended for new scripts...

 Forum: Support   Topic: HKEY_USERS

Posted: March 23rd, 2008, 12:03 am 

Replies: 3
Views: 516


THANK YOU very much for this question !

and Thank you to SKAN for this response !!!

It is really very helpful to know

 Forum: Support   Topic: Scrollbar question, in firefox, Thank you

Posted: March 8th, 2008, 11:29 am 

Replies: 2
Views: 493


Hi ^^

Is there a method to retrieve the information?

For example with javascript, which oversees the scrollbar, and if it is not at the top then put it into memory

ScrollBarNoUp = 1

Or in a file? You think?

[ EDIT ]
Ok Thank, i see for use javascript for me problem.
to later

 Forum: Support   Topic: Scrollbar question, in firefox, Thank you

Posted: March 7th, 2008, 11:28 pm 

Replies: 2
Views: 493


Hello, I seek your help! I spent a long time to find a solution, I do not find ... I would like to know the position of the vertical bar (scrollbar) of Firefox, is it upstairs? If yes up max , then execute program If not, then exitapp Here is the code that talks about but I do not understand ... Tha...
Sort by:  
Page 1 of 2 [ Search found 19 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group