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" },
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
2 matches
Mail list logo