Reputation: 65
My question is :
what is the main difference between Common File Dialog and Common Item Dialog ?
The MSDN just said that :
Starting with Windows Vista, the Common Item Dialog supersedes the older Common File Dialog when used to open or save a file.We recommend that you use the Common Item Dialog API instead of the Common File Dialog API.
but it has not explained that what is the change log or main difference between them ?
thank for any help.
Upvotes: 3
Views: 1151
Reputation: 149165
Common File Dialog was just a custom DialogBog. On the other end, Common Item Dialog is a full COM server.
Microsoft's documentation says :
The Common Item Dialog implementation found in Windows Vista provides several advantages over the implementation provided in earlier versions:
Simply it is harder to use from a simple low-level Win32 program.
Upvotes: 5