| Author |
Message |
Topic: How to get ahk_id of a control? |
izzy
Replies: 11
Views: 919
|
Forum: Ask for Help Posted: Thu Jan 13, 2005 8:00 pm Subject: How to get ahk_id of a control? |
| is the HWND update going to be added to the upcoming build release? |
Topic: How to get ahk_id of a control? |
izzy
Replies: 11
Views: 919
|
Forum: Ask for Help Posted: Thu Jan 13, 2005 12:17 am Subject: How to get ahk_id of a control? |
> HWND: Gets the HWND of a control.
Thank you
You guys rock |
Topic: How to get ahk_id of a control? |
izzy
Replies: 11
Views: 919
|
Forum: Ask for Help Posted: Sat Jan 01, 2005 7:37 pm Subject: How to get ahk_id of a control? |
Is this pseudo code workaroud possible???
1- Using the ClassNN: ScrollBar1
get the Position of the Scrollbar.
2a- Pass the X, Y to a function that gets the handle of any
control at those coord ... |
Topic: How to get ahk_id of a control? |
izzy
Replies: 11
Views: 919
|
Forum: Ask for Help Posted: Tue Dec 21, 2004 5:33 am Subject: How to get ahk_id of a control? |
thanks...
i tried passing 0 and it crashed it.
The window that i'm trying to send the postmessage to is KeyWallet.
PostMessage, 0x115, 0x00000001, 0x00040374, , ahk_class __***__KWCustomWindo ... |
Topic: How to get ahk_id of a control? |
izzy
Replies: 11
Views: 919
|
Forum: Ask for Help Posted: Mon Dec 20, 2004 3:24 am Subject: How to get ahk_id of a control? |
i don't want the user to manually have to use the mouse first to click the vscroll.
thanks. |
Topic: How to get ahk_id of a control? |
izzy
Replies: 11
Views: 919
|
Forum: Ask for Help Posted: Mon Dec 20, 2004 3:20 am Subject: How to get ahk_id of a control? |
Hi,
I was wondering if there was a function like WinGet, but for Controls, that returns the ahk_id?
i need to get the controls handle (ahk_id i presume) in a call to PostMessage...
I am looki ... |
Topic: Code completion dropdown list... |
izzy
Replies: 2
Views: 1111
|
Forum: Scripts & Functions Posted: Sun Dec 19, 2004 6:07 pm Subject: Code completion dropdown list... |
Not sure what its called exactly, but I know what it does.
I'm wondering if anyone has created a code completion dropdown list of functions when you hit the period after some text, or Ctrl + Space. ... |
| |