View Full Version : Combo Boxes
Lookinghawk
12-21-2005, 12:20 PM
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
TJ_Tigger
12-21-2005, 02:40 PM
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
Juju18
01-09-2006, 07:47 PM
i want the same thing
anyone have a quick link to a forumpage with an example or someting ??
TJ_Tigger
01-09-2006, 09:08 PM
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
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.