I have a little problem with the file object. I'm using it to open a file selecter, and I need there to be a choice of about 25 extensions. So I have a txt file with all the extensions in it, (like Bitmap|*.bmp|GIF Image|*.gif and so on ) and I have an edit box loading that txt, and then using the file object to set the extension filter to the text of the edit box. When I open the file selector, only about 10 of the extensions are there. I think I have too many of them. Is there any way around this? I could try using the common dialog object instead, but I need support for multiple file selection. any ideas?
Unless you made a mistake in the text file, it's probably a limit of the extension. There isn't much you can do unless you want to get dirty with CallDLL ;P