Hello ,

How do I use DialogUI method to make my Window take "Tabs" etc ....

use Win32::GUI;
use Win32::GUI::GridLayout;

$main = Win32::GUI::DialogBox->new(-name => 'Main',
                                -text => 'Perl Win32 GUI',
                                -width => 550,
                                -height => 650,
                                -maximizebox => 0,
                                                 );

$worktext  = $main->AddTextfield(
                -width => 300,
                -height => 26,
                -left   => 20,
                -top    => 20,
                -readonly => 0,
                -position => bottom,
                -text => $sel3,
                );


$filetext  = $main->AddTextfield(
                -name => "list_file",
                -width => 300,
                -height => 26,
                -left   => 20,
                -top    => 90,
                -readonly => 0,
                -position => bottom,
                -text => $sel3,
                );

$main->Show();
Win32::GUI::Dialog();

Thanks and Regards
Maxmelbin Neson
------------------------------------------------------------------------
-----------------------------------------
Robert Bosch India Limited
Engineering Services - DS - Methods and Tools (RBIN/EMT1)
123 Industrial Layout  -  Hosur Road -  Bangalore 560 095  -  INDIA
Telephone: +91 80 6657-4532      Fax: +91 80 6657-1404
[EMAIL PROTECTED]
www.bosch.com


Reply via email to