Hi,
I am building a small wrapper around autoitx3.dll using jna in java.
I have managed to get many of the AutoItX functions working and have retrieved window handles successfully from WinGetHandle.
The AutoItX help file says that the handle is for use with the advance WinTitleMatchMode that allows you to use classnames and handles to specify windows rather than title and text.
WinTitleMatchMode advanced mode doesn't seem to have a property for hwnd is there an undocumented "[HWND:0123456]" type access? Or is it not possible to feed a hwnd back into the win* functions when using the dll?
Any help appreciated.
Thanks,
Alan