Johannes,
Try, maybe this:
# Create window
my $window = new GUI::Window( # __options___
);
# Add some controls to window
#Grab DOS window handle
my $DOS = Win32::GUI::GetPerlWindow();
# Hide DOS window
Win32::GUI::Hide($DOS);
# Show window
$window->Show();
Win32::GUI::
HI,
im totally newbie to Win32::GUI. So maybe one very foolish question: when i
execute one of the sample skripts included, I always get the command.exe window
(msdos-box formerly i guess).
Is there a way to avoid this?
Im really no windows expert, but since I got to use it at work, I need to ru
I'm experiencing draw/redraw issues with an application I wrote using
Win32::GUI. I initially wrote the application on Windows 2000, and
the application appears correctly as expected. When I migrated to
Windows XP, all of the background turned white from grey, except the
label controls, which
3 matches
Mail list logo