Re: [perl-win32-gui-users] Borderless Main Window

2010-03-08 Thread Ken Slater
Subject: RE: [perl-win32-gui-users] Borderless Main Window Ken, Instead of using -pushstyle, you need to use -popstyle. As for the constants needed, you will need to use WS_CAPTION to remove the title bar and WS_THICKFRAME to remove the window's sizing border. Here is an example: $splash

Re: [perl-win32-gui-users] Borderless Main Window

2010-03-08 Thread Glenn Munroe
Ken, Rob May has written a module for creating splash screens that you may find useful: http://search.cpan.org/~robertmay/Win32-GUI-SplashScreen-0.04/http://search.cpan.org/%7Erobertmay/Win32-GUI-SplashScreen-0.04/ Regards, Glenn Munroe On 5 March 2010 23:53, Kevin Marshall

Re: [perl-win32-gui-users] Borderless Main Window

2010-03-05 Thread Kevin Marshall
Ken, Instead of using -pushstyle, you need to use -popstyle. As for the constants needed, you will need to use WS_CAPTION to remove the title bar and WS_THICKFRAME to remove the window's sizing border. Here is an example: $splash = Win32::GUI::Window-new( -name = 'splash', -size =