| If anyone knows how to get a Window to not be | displayed in the taskbar, please let me know.
I did not try it, but if I'm not mistaken, only top level windows (ie, desktop children) appear in the taskbar. If you manage to create a window as a child to your "main" window, it might solve a problem or two (or create some). There is in fact a -parent => option coded in the XS function ParseWindowOptions, which is used by both Win32::GUI::DialogBox and Win32::GUI::Window. As I said, I did not try it and don't have the time right now. Maybe there is also another way to hide the taskbar icon of top level windows. Have fun, Harald