Help for this page

Select Code to Download


  1. or download this
    $selection = $comboboxes[$self]->GetString($comboboxes[$self]->Selecte
    +dItem);
    
  2. or download this
    
    sub ComboBox{
    ...
        $SUB = $accounts[$x]."ComboBox_Change";
        *$SUB = \&ComboBox;
    }