Re: [perl-win32-gui-users] Show In Taskbar

2001-05-04 Thread Johan Lindstrom
Dave wrote: I'm trying to get a window to not display in the taskbar, and I'm unable to do so without negative side effects. (i.e. the window not properly redrawing, or the window becoming a toolbar-esque window.) Anyone know how I could get around this? I've been using, of course,

[perl-win32-gui-users] Drag-n-drop (was: Show In Taskbar)

2001-05-04 Thread Johan Lindstrom
Dave wrote: $window-SetWindowLong(-20, 128); #-20 = GWL_EXSTYLE. 128 = WS_EX_sometoolbarconstantorother. Ahh... This is the 128 message: #define WS_EX_TOOLWINDOW0x0080L (This is documented in the Win32 Programmer's Reference help file and in the winuser.h file from Visual C++)