Subj : Re: New Explorer Open/Save dialog To : borland.public.cpp.borlandcpp From : "Ed Mulroy [TeamB]" Date : Wed Feb 11 2004 05:24 pm > ... It appears the Borland class does not access > the latest dialogs. Is this a common problem with > Borland? You are using BC++ 5.01. Look at the date stamp of the IDE, bcw.exe, in the compiler's BIN directory. I think it is 1996 although it might be 1995. Of course the version of OWL that came with it doesn't support the file dialog styles that were introduced years later. > Thanks for all the help (and the code) Glad to have been able to help. I hope the code is useful. .. Ed > Max Dupilka wrote in message > news:402a8abe$1@newsgroups.borland.com... > Thank you for all you suggestions. > > This is how I got it to work. I have been using Borland's > TOpenSaveDialog class. I notice in your code you use the > API "GetOpenFileName" call. I tried using this call and > things work! It appears the Borland class does not access > the latest dialogs. Is this a common problem with Borland? > > When I use the Windows API I do not need to define > WINVER or the _WIN32_WINNT. > > Thanks for all the help (and the code) .