Hi Barry,
Thanks that works great!
Phil
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of O'Sullivan, Barry
> A
> Sent: Thursday, March 25, 1999 2:02 PM
> To: '[EMAIL PROTECTED]'
> Subject: RE: [perl-win32-gui] radio buttons & resizing window questions
>
>
> Hi Phil
>
> Thanks for the note. I think I can answer one of your questions,
> about keeping a window always on top. It seems if you
> include the -exstyle option (see below) it will work.
> Worked for me anyway!
>
> $W = new Win32::GUI::Window(
> -name => "W",
> -text => ("Process Options", 2),
> -height => 380,
> -width => 300,
> -top => 200,
> -exstyle => WS_EX_TOPMOST,
> -left => 200,
> );
>
> Enjoy!
> Barry
>
>
>
> > -----Original Message-----
> > From: Philip A. Larson [SMTP:[EMAIL PROTECTED]]
> > Sent: Wednesday, March 24, 1999 10:49 PM
> > To: [EMAIL PROTECTED]
> > Subject: RE: [perl-win32-gui] radio buttons & resizing window
> > questions
> >
> > Hi Barry,
> >
> > Yes, Aldo addressed the tab question by recommending the use of
> the Dialog
> > window. The question about radio button groups was mine first I think.
> > The
> > answer hasn't been addressed just yet though. I too love to
> play with it.
> >
> > Thanks Aldo,
> >
> > Phil Larson
> >