Hi,
I have a combo box that has to application names as choices. I want the user to click a button and when that happens, it reads what is currently displayed in the combo box and launches that application. The path would be something like c:\bsc\bsc.exe to launch the selected application.

So how do i read in the selected values of a combo box and then launch an application (based on the selected value) with a button click?

Any examples would be great...I'm just starting.

Thanks,
Steve