FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for CA-Clipper ShowOwnedPopups()
Posts: 160
Joined: Tue Oct 18, 2005 10:21 AM
ShowOwnedPopups()
Posted: Mon Sep 04, 2006 09:17 AM

This API function shows or hides all pop-up windows owned by the given window. This eliminates the need to call ShowWindow() for each individual pop-up window.

To use it with Clipper, simply add this command line in one .prg file of you application :

DLL FUNCTION ShowOwnedPopups( nHwnd AS _INT, bShow AS BOOL ) AS BOOL PASCAL FROM "ShowOwnedPopups" LIB "USER.EXE"

Hope this help, 8)

Badara Thiam
http://www.icim.fr
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
ShowOwnedPopups()
Posted: Fri Sep 08, 2006 04:58 PM

Thanks for the info,

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 160
Joined: Tue Oct 18, 2005 10:21 AM
ShowOwnedPopups()
Posted: Thu Oct 12, 2006 10:10 AM

ShowOwnedPopups(hWnd, .F.) return not always .T. when there is not
Owned popups for the window, depending on unknown reason.
Problem found on a pc with XP Home edition.

Badara Thiam
http://www.icim.fr

Continue the discussion