piccaso Posted November 2, 2007 Posted November 2, 2007 In the documentation i only found this hint:(from WinGetHandle remarks)This function is for use with the advanced WinTitleMatchMode options that allow you to use classnames and handles to specify windows rather than "title" and "text".But doc's on WinTitleMatchMode don't specify how.I tried passing it like WinGetHandle returns it but that doesn't work.Can someone please tell me how.Thank you CoProc Multi Process Helper libraryTrashBin.nfshost.com store your AutoIt related files here!AutoIt User Map
piccaso Posted November 2, 2007 Author Posted November 2, 2007 now i know how like that:sprintf(sz_title,"[HANDLE:%08X]",hwnd_window); AU3_WinActivate(sz_title, ""); CoProc Multi Process Helper libraryTrashBin.nfshost.com store your AutoIt related files here!AutoIt User Map
Administrators Jon Posted November 3, 2007 Administrators Posted November 3, 2007 Yeah, I'm pretty unhappy with how some parameters/handles work in AutoItX. It's my next project once I've got 64bit working everywhere.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now