Posted By
|
Message
|
Adam.
Registered 16/07/2004
Points 101
|
16th July, 2004 at 22:51:43 -
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?
n/a
|
ChrisB Crazy?
Registered 16/08/2002
Points 5457
|
17th July, 2004 at 13:11:31 -
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
n/a
|
|
|