How to determine, if a dialog is inside a folder(ex)?
How to determine, if a dialog is inside a folder(ex)?
Günther, try with
? oDlg:oWnd:ClassName()
Thanks, but i have only the result of getactivewindow(). In a dialog with folders normally this gives the handle from the selected one of the dialogs in the folder. But i will check if this handle is a handle from a dialog in a folder.
Also a question for a function to get the oWnd- or oDlg-Object from a given (window)handle.