in reply to Re^2: Win32:GUI Combo Boxes
in thread Win32:GUI Combo Boxes
Thanks once again for your help.$main->AddCombobox( -name => "combo_box1", -width => 120, -height => 110, #-tabstop=> 1, -pos => [5,160], -dropdownlist=> 0, ); $main->combo_box1->InsertItem("One");
|
|---|