Hello,
I would like to use a listbox to list different files that can be ran. When one is selected I would like the user to be able to click ANOTHER button, either text or a image, and that to trigger the EXE to be ran, but the exe it runs must be able to be changed BASED on whats selected in the listbox.
IE
Listbox has 3 options
Light
Recommended
Full
Then there is an "install" graphic/text button. If the user selects light, it runs program_lite.exe, if they select recommended, it runs program_recomended.exe, if they select full, it runs program_full.exe, BUT ONLY if the user hits the Install graphic/text object, it shouldnt run just by selecting an option.
This version seems to have the capabilites to do this, but ive tested many ways and none have worked, if anyone knows of how to do thsi PLEASE let me know [img]/ubbthreads/images/icons/smile.gif[/img]
Thanks
I would like to use a listbox to list different files that can be ran. When one is selected I would like the user to be able to click ANOTHER button, either text or a image, and that to trigger the EXE to be ran, but the exe it runs must be able to be changed BASED on whats selected in the listbox.
IE
Listbox has 3 options
Light
Recommended
Full
Then there is an "install" graphic/text button. If the user selects light, it runs program_lite.exe, if they select recommended, it runs program_recomended.exe, if they select full, it runs program_full.exe, BUT ONLY if the user hits the Install graphic/text object, it shouldnt run just by selecting an option.
This version seems to have the capabilites to do this, but ive tested many ways and none have worked, if anyone knows of how to do thsi PLEASE let me know [img]/ubbthreads/images/icons/smile.gif[/img]
Thanks
Comment