Zohar Posted May 12, 2010 Posted May 12, 2010 (edited) Let's say I open Notepad, and then press Ctrl-S, which causes the SaveDialogWindow to open. I then do WinGetHandle("") on urrent window(SaveWindow), and then I need a function that will tell me who is the parent window of it... Thank you Edited May 12, 2010 by Zohar
Zohar Posted May 12, 2010 Author Posted May 12, 2010 oh it's: #Include <WinAPI.au3> _WinAPI_GetParent($hWnd)
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