Great work, Johan!
This did the trick. Thanks,
Peter
> -----Urspr=FCngliche Nachricht-----
> Von: perl-win32-gui-users-admin@...
> [mailto:perl-win32-gui-users-admin@...]Im Auftrag von
> Johan Lindstrom
> Gesendet am: Sonntag, 5. August 2001 23:00
> An: perl-win32-gui-users@...
> Betreff: Re: [perl-win32-gui-users] Window without border and icons for
> a splash screen?
>
> Peter wrote:
> >is there a solution for creating splash screens without the
> windows border
> >and icons (e. g. like Opera).
>
> Try this:
>
> my $winMain =3D new Win32::GUI::Window(
> -left =3D> 13,
> -top =3D> 32,
> -width =3D> 439,
> -height =3D> 260,
> -name =3D> "winMain",
> -text =3D> "Autoscroller",
> -style =3D> 0x80000000 #WS_POPUP
> );
>
> Read more about the CreateWindow function in the Win32 API for
> other things
> you can do to the style.
>
> <http://msdn.microsoft.com/library/default.asp?url=3D/library/en-us/
wcesdkr/htm/_wcesdk_win32_createwindow.asp>
/J - just back from YAPC::Europe in Amsterdam
------ ---- --- -- -- -- - - - - -
Johan Lindstr=F6m Boss Casinos
Sourcerer johanl@...
http://www.bahnhof.se/~johanl/
If the only tool you have is a hammer,
everything tends to look
like a nail
_______________________________________________
Perl-Win32-GUI-Users mailing list
Perl-Win32-GUI-Users@...
http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
|