views:

39

answers:

0

So i have this idea of having multiple programs launched through my application ran with different settings. but i don't always want all of them ran all at once, and not necessarily one at a time. What my idea is that on the left side it would have say 3 check boxes, we'll call them c1,c2, and c3 which are applications. on the right side there would be 3 radio buttons, we'll call these r1,r2, and r3 which are different settings for 3 applications listed next to each check box. Then finally there would be a "launch" button.

Now the goal is that i can select any number (1-3) of the check boxes and then ONE of the 3 radio buttons and hit "launch" and it would launch the specified code for each check-box checked using which ever setting radio button was selected. i REALLY hope i explained this in a way that makes sense, its in my head great but hard to convey in text.

here's a different way to explain if that doesn't help:

c1 c2 c3 = Check Boxes 1, 2, and 3 r1 r2 r3 = Radio Buttons 1, 2, and 3

so if i check ONLY c1 and c2 (leaving c3 unchecked) and select r2 (leaving r1 and r2 unselected) then click the "launch" button it would run application c1 + application c2 USING r2's settings for those applications. Ideas?