Discussion:
Common File Dialog in Win32 mode?
(too old to reply)
Jack
2010-01-05 08:24:25 UTC
Permalink
Dear all,
Could anyone please help me on how to go about opening a common file dialog
in win32 mode?
Really, the web seems to be very contaminated.
Very confusing :(
Thanks
Jack
Jochen Kalmbach [MVP]
2010-01-05 08:43:38 UTC
Permalink
Hi Jack!
Post by Jack
Could anyone please help me on how to go about opening a common file dialog
in win32 mode?
See:
http://msdn.microsoft.com/en-us/library/ms646927
http://msdn.microsoft.com/en-us/library/ms646829

Vista and later:
http://msdn.microsoft.com/en-us/library/bb757037
http://msdn.microsoft.com/en-us/library/bb775966
http://social.msdn.microsoft.com/Forums/en/windowsuidevelopment/thread/78382324-9c23-4619-adfd-3cfd0288914e
--
Greetings
Jochen

My blog about Win32 and .NET
http://blog.kalmbachnet.de/
Jack
2010-01-05 08:50:56 UTC
Permalink
Thanks Jochen,

Jack
David Lowndes
2010-01-05 08:54:10 UTC
Permalink
Post by Jack
Could anyone please help me on how to go about opening a common file dialog
in win32 mode?
Use the GetOpenFileName or GetSaveFileName APIs depending on whether
you want an Open or Save dialog.

Dave
Tamas Demjen
2010-01-05 21:11:05 UTC
Permalink
Post by Jack
Could anyone please help me on how to go about opening a common file dialog
in win32 mode?
Also, two great articles about customizing the File dialog under
Vista/Windows 7:
http://www.codeproject.com/KB/vista/VGFileDialogs.aspx
http://weblogs.asp.net/kennykerr/archive/2006/11/10/Windows-Vista-for-Developers-_1320_-Part-6-_1320_-The-New-File-Dialogs.aspx

Tom

Continue reading on narkive:
Loading...