Announcement

Collapse
No announcement yet.

Get files from a map into a ComboBox

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Get files from a map into a ComboBox

    Is it possible to get all .exe files from a specific map into a combobox?

  • #2
    Originally posted by Osseknar View Post
    Is it possible to get all .exe files from a specific map into a combobox?
    Sincerely, they are about 30 years I work with computers and I've never heard that a "map" could contain .exes

    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.

    Comment


    • #3
      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

      Working...
      X