AutoHotkey Community

It is currently May 23rd, 2012, 4:58 am

All times are UTC [ DST ]


Search found 19 matches
Search these results:

Author Message

 Forum: Scripts   Topic: Change Display Mode

Posted: September 22nd, 2011, 10:00 am 

Replies: 33
Views: 18443


Thank you very much. Works well.

 Forum: Scripts   Topic: Change Display Mode

Posted: September 22nd, 2011, 9:01 am 

Replies: 33
Views: 18443


cD = 32 ; bits (quality) - you can change to suit your requirments sW = 1440 ; pixels - you can change to suit your requirments sH = 900 ; pixels - you can change to suit your requirments rR = 60 ; Hz (frequency) - you can change to suit your requirments ChangeDisplaySettings( c...

 Forum: Scripts   Topic: AutoHotkey_L: Arrays, Debugger, x64, COM, #If expression ...

Posted: May 11th, 2010, 6:26 pm 

Replies: 1035
Views: 183437


Current binaries fail to start on Windows 2000 ("not a valid Win32 application"). Looking at the project configuration it seems the runtime library is dynamically linked instead of statically linked. Trying to change it brings up RTTI-related errors: 1>MSVCRT.lib(ti_inst.obj) : error LNK2...

 Forum: Support   Topic: DllCall and structure with strings

Posted: April 25th, 2010, 8:35 am 

Replies: 9
Views: 1416


Thanks for your help!
SKAN, your example works like a charm.

 Forum: Support   Topic: DllCall and structure with strings

Posted: April 25th, 2010, 3:03 am 

Replies: 9
Views: 1416


Hi, I have a similar problem. I want to call: void __stdcall SetDefaultParams(ParamStruct* dps); typedef struct { int size; DWORD VersionLow; DWORD VersionHigh; char FileName[MAX_PATH]; } ParamStruct; But I can't get it to work. Here is what I got: ParamStruct_FileName=C:\test.txt ...

 Forum: Support   Topic: Wrong Icons?

Posted: March 30th, 2010, 11:03 pm 

Replies: 7
Views: 951


Got it to work: #SingleInstance Force #NoTrayIcon IMAGE_ICON := 0x1, LR_LOADFROMFILE := 0x10, WM_SETICON := 0x80, ICON_BIG := 0x1, ICON_SMALL := 0x0 Image = %A_ScriptDir%\Normal Icon.ico if(A_IsCompiled){ hModule := DllCall("GetModuleHandle", Str, A_ScriptFullPath) hIc...

 Forum: Support   Topic: Wrong Icons?

Posted: March 30th, 2010, 10:47 pm 

Replies: 7
Views: 951


I tried to extend the Code to work with the compiled ahk too. It should use the icon file included. I wrote my code with help of this topic : #SingleInstance Force #NoTrayIcon IMAGE_ICON := 0x1, LR_LOADFROMFILE := 0x10, WM_SETICON := 0x80, ICON_BIG := 0x1, ICON_SMALL := 0x0 Image = %A_ScriptDir%\Nor...

 Forum: Announcements   Topic: v1.0.48 released: Runs up to 3x as fast. Adds while-loop.

Posted: March 1st, 2009, 10:39 pm 

Replies: 39
Views: 16221


Now I understand the problem.

Would be nice if you could add braces to the exceptions of implicit (dotless) concatenation. As you have some exceptions for them right now. (+, ++, -, etc)

Please :)

 Forum: Announcements   Topic: v1.0.48 released: Runs up to 3x as fast. Adds while-loop.

Posted: March 1st, 2009, 2:30 pm 

Replies: 39
Views: 16221


Ok but why would this lead to ambiguity?
Can you give also an example for this?

 Forum: Announcements   Topic: v1.0.48 released: Runs up to 3x as fast. Adds while-loop.

Posted: March 1st, 2009, 8:52 am 

Replies: 39
Views: 16221


@Chris
Mh I don't get the point. What implicit (dotless) concatenation do you mean? Can you give an example?

@jaco0646
Thanks, I know this example could be made shorter. It was just an example. I also like the easy readability of ifs.

 Forum: Announcements   Topic: v1.0.48 released: Runs up to 3x as fast. Adds while-loop.

Posted: March 1st, 2009, 12:58 am 

Replies: 39
Views: 16221


Great release! Thanks. I have one wish for a long time now. I also program in C++. I would like to be able to write stuff like: Variable=Test if(Variable=="Test") msgbox,Test else msgbox,!Test But I have to write: Variable=Test if(Variable=="Test") msgbox,Test els...

 Forum: Support   Topic: Get all changed files in a directory

Posted: February 16th, 2007, 5:24 pm 

Replies: 0
Views: 564


Hi I want to write a program which logs every file that is created or removed in a directory. I wish to write something like: InitWatchDir("C:\Program Files\") Loop{ Name := GetFileName() ; Name is "" if there was no change ; otherwise it is something like &q...

 Forum: Scripts   Topic: Install AHK syntax highlighting and clips for PSPad v2

Posted: February 5th, 2007, 11:38 am 

Replies: 81
Views: 33451


If i install the script into the beta of PSPad the ability to use the Codeexplorer is lost. I think the script has to be adjusted.

I wrote an correction request concerning the hot keys to the author.

I love this script :D

 Forum: Announcements   Topic: v1.0.46 released: SubStr() and more expression operators

Posted: December 4th, 2006, 11:03 am 

Replies: 112
Views: 29919


LV_ModifyCol(1,"60 Integer"), LV_ModifyCol(2,"60 Integer"), LV_ModifyCol(3,"36 Center") LV_ModifyCol(4,"36 Integer"), LV_ModifyCol(4,"36 Center"), LV_ModifyCol(6,"100") There are 2 ModifyCols...

 Forum: Support   Topic: can someone simply interpret this script for me plz?

Posted: July 27th, 2006, 11:10 pm 

Replies: 2
Views: 641


I think you are right with this line: GetKeyState, MButtonState, LButton, P It makes only sense 2 me, if MButton is used Also pros can make mistakes. Believe me ;-) MouseClick, left,,, 1, 0, D MouseClick, left,,, 1, 0, U The first line just send a leftmousebutton down event. The one below sends an l...
Sort by:  
Page 1 of 2 [ Search found 19 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group