i have to make a program with only COMBO BOX and FORM and BUTTON.
the form should have 1-combo box (having many options)
and 1-Button
when user selects one option from combo box and presses button the form assign to that option should execute.
for eg. a combo box (options as apple,orange,grapes)
formapple----for APPLE option
formorange---for Orange option
formgrapes--for grapes options
when user will select 'Apple' and press Button...the form (eg.. formapple) should excute.
also is this possible to execute applications ?