comdlg32: We only want to check the low word of wparam.
[wine] / dlls / comdlg32 / itemdlg.c
2011-04-01  David Hedbergcomdlg32: We only want to check the low word of wparam.
2011-04-01  David Hedbergcomdlg32: Implement filetype filtering for the item...
2011-04-01  David Hedbergcomdlg32: Update file name from selection in the item...
2011-04-01  David Hedbergcomdlg32: Implement GetFileName and SetFileName for...
2011-04-01  David Hedbergcomdlg32: Set explorerbrowser's site before navigating...
2011-03-31  David Hedbergcomdlg32: Add ICommDlgBrowser3 stub to Item Dialog.
2011-03-31  David Hedbergcomdlg32: Add IServiceProvider implementation to the...
2011-03-31  David Hedbergcomdlg32: Add ExplorerBrowser control to Item Dialog.
2011-03-31  David Hedbergcomdlg32: Add IExplorerBrowserEvents stub to Item Dialog.
2011-03-31  David Hedbergcomdlg32: Implement Show and Close for the Item Dialog.
2011-03-30  David Hedbergcomdlg32: Implement Advise/Unadvise for the Item Dialog.
2011-03-30  David Hedbergcomdlg32: Implement some folder and file selection...
2011-03-30  David Hedbergcomdlg32: Implement SetFileTypes and GetFileTypeIndex...
2011-03-30  David Hedbergcomdlg32: Implement SetOptions/GetOptions for the Item...
2011-03-29  David Hedbergcomdlg32: Add stub implementation of the Common Item...