Is it possible to get all .exe files from a specific map into a combobox?
Announcement
Collapse
No announcement yet.
Get files from a map into a ComboBox
Collapse
X
-
Originally posted by Osseknar View PostIs it possible to get all .exe files from a specific map into a combobox?
Maybe you refer to "path" instead?
If so, you need to use the File.Find function with proper parameters, then add the results to the ComboBox.We are slowly invading your planet to teach lazy humans to read the user manual.
But don't be scared: we are here to help.
-
Haha you are right, i do refer to path. Wrong translation :o
I have been trying to get the File.Find results into a ComboBox (also have been looking into the Help file) but i can`t get it done. With examples i managed to get the first result into a label, but nog in a ComboBox, can you tell me were in the Help file i have to look for the right parameters? Thanks for your help!
Comment
Comment