Now that my DialogBox is correctly displaying in the foreground I've run into another issue. I have a button in the DialogBox who's 'click' action calls Win32::GUI::GetOpenFileName(). Unfortunately the "Open File.." dialog box displays behind my dialog box instead of appearing in the foreground. I tried adding the -topmost => 1 option to the GetOpenFileName() object but it doesn't appear to honor that setting.
-Dave ----- Original Message ----- From: "Peter Eisengrein" <[EMAIL PROTECTED]> To: "'Dave Crawford'" <[EMAIL PROTECTED]>; "Win32GUI" <perl-win32-gui-users@lists.sourceforge.net>; <[EMAIL PROTECTED]> Sent: Friday, March 14, 2003 12:05 PM Subject: RE: [perl-win32-gui-users] Moving a DialogBox to the forground > How about setting -topmost => 1 ? >