Subj : Re: New Explorer Open/Save dialog To : borland.public.cpp.borlandcpp From : "Sebastian Ledesma" Date : Mon Feb 09 2004 12:08 pm Hi: I'm not sure if it's a must, but there is also a flag in : Options->Project->Linker->General: Subsystem version (Mayor.Minor): 4.00 Saludos Sebastian "Ed Mulroy [TeamB]" escribió en el mensaje news:402702e1$1@newsgroups.borland.com... > Try this: > > At the top of the program, before any of the includes put this define. > > #define WINVER 0x0400 > > That causes the Windows header files to be expanded as for the later > versions of Windows. > > . Ed > > > Max wrote in message > > news:4026cdda$1@newsgroups.borland.com... > > > > Using BC5.01. Is it possible to get the newest style explorer > > Open/Save dialog using the commom dialog class. I have tried > > setting the OFN_EXPLORER flag, but still get the old style > > dialogs. > > .