[perl-win32-gui-users] MakeMenu, Listview

2007-01-31 Thread Stefan Behrendt
1. How do I REMOVE the icon of a window? 2. If I have three menu items, and I want one (the last) align to the left, how do I do that? my $Menu = Win32::GUI::MakeMenu( "&Menu1" => "Menu1", "&Menu2" => "Menu2", "&Menu3" => "Menu3", ); I tried: "&Menu3" => { align => "left" },

[perl-win32-gui-users] A couple of questions

2007-01-15 Thread Stefan Behrendt
Hi, I have a couple of questions: 1. How do I change or remove the icon of a window? 2. Is it possible to start a Win32::GUI app. in an other programm wich is running in fullscreen? 3. How do I change the colors of the titlebar, scrollbar(s), textfields (background), etc.? 4. I want that the