RE: [perl-win32-gui-users] always on top

2002-10-28 Thread Peter Eisengrein
from the docs... new Win32::GUI::Window(%OPTIONS) Creates a new Window object. Class specific %OPTIONS are: -minsize => [X, Y] specifies the minimum size (width and height) in pixels; X and Y must be passed in an array reference -maxsize => [X, Y] specifies the maximum size (wid

[perl-win32-gui-users] always on top

2002-10-28 Thread markd
is there any way to make a window 'always on top'? thanx mark