How to add bar containing icons in my CFileDialog?
-
How to add bar containing icons for commonly-used folders, such as My Computer, Favorites and Desktop in my CFileDialog?
hi I don't know how to set icons in CFileDialog.But you can do this using Microsoft Common Dialog controls. 1. Go to Project-->Add to Project-->Components and Control. 2. Choose Registered Activex Controls and select Microsoft Common Dialog Control Version 6.0. 3. Insert this component.(The control will now appear in your tool box.) 4. Place the control in your dialog. 5. Add a member variable for this control. 6. Call the ShowOpen() method. I hope it's OK for you Mahesh Varma
-
How to add bar containing icons for commonly-used folders, such as My Computer, Favorites and Desktop in my CFileDialog?
Have a look at these two articles: Office 2000 style File Dialogs for Win 95/98/NT/Me[^] Windows 2000 Common File Dialog[^] Anna :rose: Homepage | My life in tears "Be yourself - not what others think you should be" - Marcia Graesch "Anna's just a sexy-looking lesbian tart" - A friend, trying to wind me up. It didn't work. Trouble with resource IDs? Try the Resource ID Organiser Visual C++ Add-In