I would like to make a combobox with four choices. On choosing one choice item it will call an *.exe file and install the item.
Is this possible.
Lookinghawk
Professional Software Development Tools
I would like to make a combobox with four choices. On choosing one choice item it will call an *.exe file and install the item.
Is this possible.
Lookinghawk
Yes it is possible. There are a lot of examples in this forum and then on the Examples forum on how you might accomplish this task.
Tigg
TJ-Tigger
"A common mistake that people make when trying to design something completely foolproof was to underestimate the ingenuity of complete fools."
"Draco dormiens nunquam titillandus."
Map of IR Forum Users - IR Project CodeViewer - Online Help - TiggTV - QuizEngine
i want the same thing
anyone have a quick link to a forumpage with an example or someting ??
Here is one way to do what you are asking.
http://www.indigorose.com/forums/showthread.php?t=11989
Another way that I would probably use would be to store the text of the program as the text portion of the ComboBox and the path to the program as the Data portion of the ComboBox. Then when you select the program you want it executes a file.run on the data portion of the CB.
Tigg
Last edited by TJ_Tigger; 01-09-2006 at 08:11 PM.
TJ-Tigger
"A common mistake that people make when trying to design something completely foolproof was to underestimate the ingenuity of complete fools."
"Draco dormiens nunquam titillandus."
Map of IR Forum Users - IR Project CodeViewer - Online Help - TiggTV - QuizEngine