Help for this page

Select Code to Download


  1. or download this
    my $combo_box = $main->AddComboBox( ...);
    $combo_box->InsertItem( 'One' );
    $combo_box->InsertItem( 'Two' );
    $combo_box->InsertItem( 'Buckle my shoe' );