[perl-win32-gui-users] Window position

2004-01-28 Thread Hoff Miller
It is not clear how to identify the position of a window so as to remember where to open it the next time it is launched. Also, Is there a searchable mailing list archive? TIA

[perl-win32-gui-users] Modifying tooltips

2003-05-07 Thread Hoff
Hi all, I create a window and add a button (that has a bitmap label on top of it): $errTip=$Window->AddButton( -top => 32, -left => 90, -width => 18, -height => 14, -style => 11, -

RE: [perl-win32-gui-users] Suppressing task bar button

2003-03-12 Thread Hoff
Using a parent window that is never shown does indeed avoid a task entry in the task bar. Thank you Glenn. > -Original Message- > From: Glenn Linderman [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 12, 2003 12:28 PM > To: Hoff > Subject: Re: [perl-win32-gui-users] S

[perl-win32-gui-users] Suppressing task bar button

2003-03-12 Thread Hoff
My script uses a system tray icon but also makes a blank button in the task bar. Can this button be hidden? TIA