I got a little question. I want to select more files with a commondialog. I tried to set the flag at &h200 but then I get an old version of commondialog.
Some help will be usefull
sid
Sat, 30 Jul 2005 23:08:32 GMT
Sid #2 / 3
How to multiselect files with commondialog
Oke I found it I had to set the flag to &h80200. Now it works fine
Sat, 30 Jul 2005 23:12:40 GMT
Duane Bozart #3 / 3
How to multiselect files with commondialog
Quote:
> I got a little question. > I want to select more files with a commondialog. > I tried to set the flag at &h200 but then I get an old version of > commondialog.
> Some help will be usefull
flags = cdlOFNAllowMultiselect Or cdlOFNExplorer Or What Or Ever Or Other Or OptionsYouWant