| Author |
Message |
Topic: v1.0.47 released: Stdlib, RegisterCallback, NumGet/Put |
TL
Replies: 54
Views: 8445
|
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: 8445
|
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: 116
|
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: 116
|
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: 2214
|
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: 215
|
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: 215
|
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 ... |
Topic: FileInstall does not support multi-line format |
TL
Replies: 1
Views: 310
|
Forum: Bug Reports Posted: Tue Apr 24, 2007 11:48 pm Subject: FileInstall does not support multi-line format |
| Placing the second and third parameter to the FileInstall command on the second line with the leading comma causes a failure message when attempting to extract the file when the script is compiled and ... |
Topic: Passing strings between SendMessage & OnMessage |
TL
Replies: 4
Views: 411
|
Forum: Ask for Help Posted: Thu Mar 01, 2007 8:50 pm Subject: Passing strings between SendMessage & OnMessage |
| I need some help sending and returning strings using the SendMessage() and OnMessage() calls. My objective is to send a text string via lParam and have a string returned through lParam. I'm basing t ... |
| |