FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Child of Folder
Posts: 1048
Joined: Mon Oct 24, 2005 09:54 AM
Child of Folder
Posted: Mon Dec 31, 2018 10:06 AM

How to determine, if a dialog is inside a folder(ex)?

Regards,
Günther
---------------------------------
office@byte-one.com
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: Child of Folder
Posted: Mon Dec 31, 2018 03:06 PM

Günther, try with

? oDlg:oWnd:ClassName()

Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 1048
Joined: Mon Oct 24, 2005 09:54 AM
Re: Child of Folder
Posted: Mon Dec 31, 2018 07:34 PM

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.

Regards,
Günther
---------------------------------
office@byte-one.com

Continue the discussion