Sure :)),

$Window = new GUI::Window(
    -name   => "Window",
    -text   => "Prj Tree View by Fred",
    -height => 639, 
    -width  => 136,
    -left   => 0, 
    -top    => 108,
    -font   => $NinetyFiveFont,
    -menu   => $Menu,
    -exstyle =>  WS_EX_TOPMOST,  # HERE IS THE CODE !!
);

That option allows you to have a window over all the other windows of other
applications too, (like winamp...)

Frederic Descamps
Origin ICA - QAD Service Line
B-1930 Zaventem
*: +32 2 712 3863
GSM: +32 95 69.86.68
*:  [EMAIL PROTECTED]


-----Original Message-----
From: christopher paul [mailto:[EMAIL PROTECTED]]
Sent: jeudi 22 juillet 1999 16:32
To: [EMAIL PROTECTED]
Subject: Re: [perl-win32-gui] I found the solution... to put my window
on top of others...




maybe you'd like to share it with us?


thanks.


-----Original Message-----
From: Descamps, Frederic <[EMAIL PROTECTED]>
To: 'Perl Win32' <[EMAIL PROTECTED]>
Date: Thursday, July 22, 1999 1:34 PM
Subject: [perl-win32-gui] I found the solution... to put my window on top of
others...


> Thank you....
>
>Frederic Descamps
>Origin ICA - QAD Service Line
>B-1930 Zaventem
>*: +32 2 712 3863
>GSM: +32 95 69.86.68
>*:  [EMAIL PROTECTED]
>
>

Reply via email to