AutoHotkey Community

It is currently May 22nd, 2012, 1:57 pm

All times are UTC [ DST ]


Search found 8 matches
Search these results:

Author Message

 Forum: Scripts   Topic: Dual Display Toggle (Display Properties Replacement)

Posted: November 8th, 2009, 9:28 pm 

Replies: 17
Views: 15994


If the registry keys in Vista are not the same, the entire script would have to be rewritten. This is why Lexikos warned me against using the registry in one of the above posts. I don't have Vista, so I can't tell. Just for your info : I have Vista and your script work well with my secondary Monito...

 Forum: Support   Topic: How to display a fixed text near the mouse cursor?

Posted: November 3rd, 2009, 1:06 am 

Replies: 7
Views: 587


Use the Tooltip command

Code:
Tooltip, %text%



This command show a popup text near the mouse.

For more about this command read this :

http://www.autohotkey.com/docs/commands/ToolTip.htm

 Forum: Support   Topic: GuiControl Move for all control of a GUI

Posted: November 2nd, 2009, 7:09 am 

Replies: 4
Views: 375


Not with just 1 line of code... Why do you only want it to be 1 line of code? Ok! Not absolutly 1 line but i want to reduce my code for futur changes. Make a function. The function wont be one line but it will be easy to read and maintain. And the function call will be a nice one line of code. Than...

 Forum: Support   Topic: GuiControl Move for all control of a GUI

Posted: November 1st, 2009, 8:19 pm 

Replies: 4
Views: 375


Hi!

I need to move all Control of a Gui exactly the same pixel for each one.

I have more than 10 controls and i want to move all of it in just one command.

My controls types is only Pictures and the Gui should not move.

It is possible without use a Loop?

Thank you!

 Forum: Scripts   Topic: Intro for a WIP RPG autohotkey game

Posted: August 13th, 2009, 4:17 am 

Replies: 4
Views: 1491


What a passion for the language..... Lol i'm sorry about that i'm a french canadian from Quebec and my english is bad ;) So! since my last post i worked just a litle bit in my script. Add mouse sword pointer, image and description for the inventory windows. I'll work on this maybe later because for...

 Forum: Scripts   Topic: Intro for a WIP RPG autohotkey game

Posted: June 7th, 2009, 5:58 am 

Replies: 4
Views: 1491


Barkalhian RPG Hi all! I had a crazy idea to Make an RPG game with autohotkey. I worked on it all the last week. I'm a beginner coder and most part of the code in this script came from many turorials and exemples in this forum. (Tanks to all of you and tic ) At this time I only worked in the introd...

 Forum: Support   Topic: Drag only one Gui with OnMessage/PostMessage

Posted: June 5th, 2009, 5:27 am 

Replies: 3
Views: 453


OMG so simple :wink: Tanks a lot!

Did you know that i pass up to 5 hours to find a solution be myself :?

So just another question

What's mean the A in ?? :

PostMessage, 0xA1, 2,,,A

 Forum: Support   Topic: Drag only one Gui with OnMessage/PostMessage

Posted: June 5th, 2009, 5:04 am 

Replies: 3
Views: 453


Hello! I have a problem for moving a Gui if this Gui have another Gui in Background. The function use for move is : WM_LBUTTONDOWN() { PostMessage, 0xA1, 2,,, Name of the Gui } I have try lot of condition and loop but nothings work. In some case the Gui move even if click outside i...
Sort by:  
Page 1 of 1 [ Search found 8 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group