boat73 has asked for the wisdom of the Perl Monks concerning the following question:
$box = $main->AddCombobox( -name => "blue", -left => 20, -top => 35, -width => 600, -height => 500, -style => WS_VSCROLL | WS_VISIBLE | 3 | WS_NOTIFY, ); $Schedtask_combo1->Add("Yellow", "Blue", "Green", "Red");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Setting initial value of a Win32::GUI Combobox
by ikegami (Patriarch) on Sep 15, 2004 at 19:40 UTC | |
by boat73 (Scribe) on Sep 16, 2004 at 12:12 UTC |