| Author |
Message |
Topic: Variable empty using DllCall( "Readfile" ... |
TL
Replies: 2
Views: 148
|
Forum: Ask for Help Posted: Thu Oct 22, 2009 4:01 pm Subject: User error - Variable empty using DllCall( "Readfile&qu |
Problem was fixed by making the following change to the ReadFile dll call:
From:
RtnCode := DllCall( "ReadFile", "UInt", Handle, "UInt", &TextRead, ... ... |
Topic: Variable empty using DllCall( "Readfile" ... |
TL
Replies: 2
Views: 148
|
Forum: Ask for Help Posted: Tue Oct 20, 2009 1:42 pm Subject: Variable empty using DllCall( "Readfile" ... |
| The following code worked in 1.0.47.06 but fails in 1.0.48.05 (error handling code not shown). The TextLen is retrieved correctly but the Text variable is empty (because the Temp variable is empty af ... |
Topic: Compile_AHK II - for those who compile! |
TL
Replies: 296
Views: 43253
|
Forum: Scripts & Functions Posted: Mon Oct 19, 2009 5:40 pm Subject: Compile_AHK II - for those who compile! |
| Your right, you have to read the ini file to determine if "Run before" should be run. But it could be reread after the "Run before" has executed. I think it would be worthwhile i ... |
Topic: Compile_AHK II - for those who compile! |
TL
Replies: 296
Views: 43253
|
Forum: Scripts & Functions Posted: Mon Oct 19, 2009 1:01 pm Subject: Compile_AHK II - for those who compile! |
Oops, posted this in the old thread. Here it is again in the correct thread.
I set up a "Run Before" script that will update the product version number in the ini file from a project fil ... |
Topic: Vista's Virtual Store - Updating game's files |
TL
Replies: 1
Views: 84
|
Forum: Ask for Help Posted: Mon Oct 19, 2009 12:45 pm Subject: Vista's Virtual Store - Updating game's files |
I have a AHK executables that were placed in an old game's installation directory on a Vista machine: C:\Program Files (x86)\<game name>.
If the AHK executables are run without Admin permission ... |
Topic: Compile_AHK - for those who compile! |
TL
Replies: 17
Views: 6312
|
Forum: Scripts & Functions Posted: Fri Oct 16, 2009 1:15 am Subject: Compile_AHK - for those who compile! |
| I set up a "Run Before" script that will update the product version number in the ini file from a project file before executing the compile. It doesn't work. It appears that "run befo ... |
Topic: URLDownloadToFile - Problem with IE6 in Win98 |
TL
Replies: 3
Views: 118
|
Forum: Ask for Help Posted: Sun Oct 11, 2009 2:15 pm Subject: URLDownloadToFile - Problem with IE6 in Win98 |
Thanks for the replies.
The ahk version is 1.0.47.06. It doesn't appear that caching is the problem.
Yes, I can you download the file with IE6. The IE settings seem to be ok. |
Topic: URLDownloadToFile - Problem with IE6 in Win98 |
TL
Replies: 3
Views: 118
|
Forum: Ask for Help Posted: Sat Oct 10, 2009 8:22 pm Subject: URLDownloadToFile - Problem with IE6 in Win98 |
| Are there any known problems with using URLDownloadToFile in Windows 98 running IE 6? The function downloads the file in XP and Vista but fails in Win98. IE 6 in Win98 will download the file if it i ... |
Topic: v1.0.47 released: Stdlib, RegisterCallback, NumGet/Put |
TL
Replies: 54
Views: 16603
|
Forum: Announcements Posted: Fri Mar 14, 2008 3:15 am Subject: v1.0.47 released: Stdlib, RegisterCallback, NumGet/Put |
Thanks. You provided just the insight I was looking for.
TL |
Topic: v1.0.47 released: Stdlib, RegisterCallback, NumGet/Put |
TL
Replies: 54
Views: 16603
|
Forum: Announcements Posted: Thu Mar 13, 2008 5:20 pm Subject: Validating function's name without invoking it? |
I'm evaluating whether to switch to the new dynamic function method on my existing project. Some questions:
If I want to validate that a string contains a valid function name without executing the ... |
Topic: Getting a Tab control's client area |
TL
Replies: 3
Views: 601
|
Forum: Ask for Help Posted: Fri Feb 08, 2008 7:08 pm Subject: Getting a Tab control's client area |
Thanks lexiKos,
TCM_ADJUSTRECT provided just the solution I was looking for. Here is the guts of the code:
;RECT structure - Load Tab control's location
VarSetCapacity( TabPrc, 16, 0 )
... |
Topic: Getting a Tab control's client area |
TL
Replies: 3
Views: 601
|
Forum: Ask for Help Posted: Thu Feb 07, 2008 11:36 pm Subject: Getting a Tab control's client area |
| How can I determine the location and size of the client area within the tabs of a tab control? It should be the same for all tabs in a tab control. I want to place the child controls on the tab usin ... |
Topic: Syntax file for VIM |
TL
Replies: 11
Views: 2935
|
Forum: Utilities & Resources Posted: Thu Nov 29, 2007 3:09 pm Subject: Fix for variable highlighting |
| The current ahk.vim file specifies the highlighting of variables using "greedy" wildcarding ("%.*%") which results in all characters between two variables on the same line being hi ... |
Topic: Using multiple AHK versions? |
TL
Replies: 5
Views: 402
|
Forum: Ask for Help Posted: Wed Sep 05, 2007 9:45 pm Subject: Using multiple AHK versions? |
Sorry about the confusion. It is clear that I wasn't very clear about the problem I'm trying to solve.
I would like to have some of my scripts run with an old version of AHK and some run with new ... |
Topic: Using multiple AHK versions? |
TL
Replies: 5
Views: 402
|
Forum: Ask for Help Posted: Wed Sep 05, 2007 4:34 pm Subject: Using multiple AHK versions? |
| Anybody developed an approach to developing different AHK scripts using different AHK versions. If I need to update an old script that I use in compiled form, I often prefer to execute the script usi ... |
| |