AutoHotkey Community

It is currently May 23rd, 2012, 3:55 pm

All times are UTC [ DST ]


Search found 11 matches
Search these results:

Author Message

 Forum: Support   Topic: Anchor Function creates border when resizing progress bar

Posted: March 16th, 2011, 7:18 pm 

Replies: 2
Views: 153


Thank you.
I will give it a try.

 Forum: Support   Topic: Anchor Function creates border when resizing progress bar

Posted: March 16th, 2011, 6:19 pm 

Replies: 2
Views: 153


Hi, I've got the following code: Gui, +Resize Gui, Add, Progress, w110 h10 Range0-100 vProgress, 100 Gui, show Return GuiSize: Anchor("Progress", "w") Return #Include Anchor.ahk Titan's Anchor Function draws a border around the progress bar when resizing the window. Does ...

 Forum: Scripts   Topic: Download Progress Bar

Posted: March 15th, 2011, 9:11 pm 

Replies: 24
Views: 12637


In AutoHotkey_L you can use "FileOpen()" (This will make it notice the file size change) to get FileGetSize to work in Windows 7.
You have to set the flag to "r" (read):

Code:
FileOpen(File, "r")
FileGetSize, %File%, K

 Forum: Issues   Topic: Vista: GetFileSize-bug (during SetTimer-sessions)

Posted: March 15th, 2011, 9:10 pm 

Replies: 8
Views: 2121


In AutoHotkey_L you can use "FileOpen()" (This will make it notice the file size change) to get FileGetSize to work in Windows 7.
You have to set the flag to "r" (read):

Code:
FileOpen(File, "r")
FileGetSize, %File%, K

 Forum: Support   Topic: FileGetSize on locked files in Vista

Posted: March 15th, 2011, 9:10 pm 

Replies: 5
Views: 656


In AutoHotkey_L you can use "FileOpen()" (This will make it notice the file size change) to get FileGetSize to work in Windows 7.
You have to set the flag to "r" (read):

Code:
FileOpen(File, "r")
FileGetSize, %File%, K

 Forum: Scripts   Topic: DllCall: HttpQueryInfo - Get HTTP headers

Posted: March 15th, 2011, 7:06 pm 

Replies: 20
Views: 13861


This should work for AutoHotkey_L (tested with QueryInfoFlag=5 only!): (changes marked in red) HttpQueryInfo(URL, QueryInfoFlag=21, Proxy="", ProxyBypass="") { hModule := DllCall("LoadLibrary", "str", "wininet.dll") If (Proxy...

 Forum: Scripts   Topic: [lib] GPF v1.1c - Overlaying Direct3D games (DX 8+9) (FIXED)

Posted: March 14th, 2011, 4:36 pm 

Replies: 89
Views: 22616


Hi it´s me again ;) Does this library work with AutoHotkey_L? I just cant get it to work (version 1.0.95.00). In this simple example I always receicve ErrorLevel -4 when using " GPF_SetSingleLine()" and "GPF_ShowSingleLine()": #Include GPF_v1.1c.ahk return F12:: GPF_Main( ...

 Forum: Scripts   Topic: [lib] GPF v1.1c - Overlaying Direct3D games (DX 8+9) (FIXED)

 Post subject: Clear multiline text
Posted: April 18th, 2010, 12:55 am 

Replies: 89
Views: 22616


Thank you for your fast reply. I think I will have to do some reseaerch. Another question: Is it a bug concerning to multiline text, that refreshing the text inside one and the same text field doesn't erase former text? For example: First my "Output" is "Line1`nLine2`nLine3`nLine4&quo...

 Forum: Scripts   Topic: [lib] GPF v1.1c - Overlaying Direct3D games (DX 8+9) (FIXED)

Posted: April 16th, 2010, 12:44 am 

Replies: 89
Views: 22616


Thanks for this, it is working for me!

But:

Spooky wrote:
[...] I was forced to inject it from outside the game directory. [...]


How do you inject the dll file?
I want to use the library without copying the d3d8.dll into my Warcraft III directory.

 Forum: Support   Topic: ControlSend Issues [Solved]

Posted: August 6th, 2008, 5:11 pm 

Replies: 4
Views: 542


hi Krogdor. do you have any solution for your problem? or does it work now without changing anything? i am trying to write a global hotkey script for last.fm with using ControlSend. i got the same problem like you. when last.fm client is in tray my script doesn't work. edit: i found a way to handle ...

 Forum: Support   Topic: minimize Gui to System Tray

Posted: October 5th, 2007, 10:47 pm 

Replies: 11
Views: 2555


My simple solution: Menu, Tray, NoStandard Menu, Tray, add, Exit, GuiClose Menu, Tray, Add, Restore, Restore Menu, Tray, Default, Restore GuiTitle=minimize to tray Gui, 1:Show, Center w200 h200, %GuiTitle% GuiSize: GuiWidth:=A_GuiWidth GuiHeight:=A_GuiHeight WinGetPos, GuiX, GuiY, , , %GuiTitle%, , ...
Sort by:  
Page 1 of 1 [ Search found 11 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group