AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 39 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Discover the Window under point(X Y) without mousegetpos
Jerry

Replies: 2
Views: 189

PostForum: Ask for Help   Posted: Tue Jun 05, 2007 6:39 pm   Subject: Discover the Window under point(X Y) without mousegetpos
Does anybody know of a way to get the window/control under a point on the screen without using mousegetpos command? In other words, the cursor is not over the point and I don't want to move the mouse ...
  Topic: Upgrade suggestions to help control difficult windows
Jerry

Replies: 1
Views: 427

PostForum: Wish List   Posted: Mon May 28, 2007 7:07 pm   Subject: Upgrade suggestions to help control difficult windows
I've been controlling a program which is a remote program controlled through Citrix (therefore there are no controls) and have come up with a couple of suggestions to assist in controlling the window. ...
  Topic: Getting Keystrokes thru to remote desktop client
Jerry

Replies: 9
Views: 1295

PostForum: Ask for Help   Posted: Wed Aug 09, 2006 6:41 pm   Subject: Getting Keystrokes thru to remote desktop client
I just had the problem of the "remote" session (remote desktop) not receiving the keys from autohotkey. The script I have is. When the remote desktop window is open and I press LWin , then ...
  Topic: suggestion for function upgrade
Jerry

Replies: 1
Views: 589

PostForum: Wish List   Posted: Fri Jun 10, 2005 5:52 pm   Subject: suggestion for function upgrade
I am writting a function which can have up to 30 parameters passed to it and since I don't know of all the different structures that windows API can create are, I don't know the max amount I should a ...
  Topic: New MonthCal feature
Jerry

Replies: 9
Views: 822

PostForum: Ask for Help   Posted: Sat Jun 04, 2005 3:37 am   Subject: New MonthCal feature
I have this simple script below. And I can't figure out why
if I press the right or left arrow the script goes into a loop, however, if a date is selected it works ok.

Is this a bug or have I mi ...
  Topic: "key history and script info" window and suggestio
Jerry

Replies: 1
Views: 658

PostForum: Bug Reports   Posted: Wed Jun 01, 2005 6:03 pm   Subject: "key history and script info" window and suggestio
The Window title under the column "window" is no longer printed in the "key history and script info" window. (I am running version 1.0.34.00)


Suggestions to help with debugging a script.

Th ...
  Topic: Getting text from a menu API GetMenuItemInfo
Jerry

Replies: 5
Views: 1995

PostForum: Ask for Help   Posted: Sat May 21, 2005 3:22 am   Subject: Getting text from a menu API GetMenuItemInfo
It works great Laughing Chris

Thanks for your help

Chris wrote

Since GetMenuItemInfoA requires the address of a struct as its last parameter, there is no easy way to call that function with Dl ...
  Topic: Getting text from a menu API GetMenuItemInfo
Jerry

Replies: 5
Views: 1995

PostForum: Ask for Help   Posted: Fri May 20, 2005 6:39 pm   Subject: Getting text from a menu API GetMenuItemInfo
Chris,
I changed the API to GetMenuString. The API appears to work but
the text does not get copied.
Remarks from the documentation
Syntax:
int GetMenuString( HMENU hMenu,
UINT uI ...
  Topic: Getting text from a menu API GetMenuItemInfo
Jerry

Replies: 5
Views: 1995

PostForum: Ask for Help   Posted: Thu May 19, 2005 4:54 pm   Subject: Getting text from a menu API GetMenuItemInfo
I am tring to write a script that gets the menu text and I am having troubles figuring out the api GetMenuItemInfoA

The syntax of the command is
BOOL GetMenuItemInfo(HMENU hMenu,
UINT uItem, ...
  Topic: v1.0.31 released: Functions (parameters and return values)
Jerry

Replies: 31
Views: 9198

PostForum: Announcements   Posted: Thu Apr 14, 2005 7:58 pm   Subject: AutoHotKey help
Chris,
Just a little thing.
I just downloaded 1.0.31.02 and noticed that the help "recent changes" was not changed to reflect the changes.


Jerry
  Topic: new directive to support the new function statement
Jerry

Replies: 11
Views: 1462

PostForum: Wish List   Posted: Tue Apr 12, 2005 6:40 pm   Subject: new directive to support the new function statement
Another point:
You have a lot of files and you have two functions with the same name and maybe the same number of parameters. But your new script won't work as expected. How long does it take to fin ...
  Topic: new directive to support the new function statement
Jerry

Replies: 11
Views: 1462

PostForum: Wish List   Posted: Tue Apr 12, 2005 5:57 pm   Subject: new directive to support the new function statement
I was thinking that the name of the function would have to match the name of the file, without the extention on it.

This would limit the search to just scanning the directory(s) for the function. ...
  Topic: new directive to support the new function statement
Jerry

Replies: 11
Views: 1462

PostForum: Wish List   Posted: Tue Apr 12, 2005 4:10 am   Subject: new directive to support the new function statement
How does it sound to have a new directive that would set the search path to find the functions? The path idea is stolen from the 'path' dos statement. I am also suggesting two variables that autohotk ...
  Topic: Tiny "IsWindowVisible" function
Jerry

Replies: 3
Views: 2363

PostForum: Scripts & Functions   Posted: Tue Apr 12, 2005 3:29 am   Subject: Tiny "IsWindowVisible" function
Not to put down the function or anyone here, but I think Chris created this function back in v1.0.22. I would have used the following command

winget, outvar, MinMax, %p_WindowTitle%

Or does the ...
  Topic: if (..) bug
Jerry

Replies: 4
Views: 786

PostForum: Bug Reports   Posted: Tue Mar 01, 2005 9:50 pm   Subject: if (..) bug
Thanks Jonny,

I put in the strlen to help identify the length of the binary value hoping that the if would be satified. (if the bitmap changed in size it did help identify that it changed)

Orig ...
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group