Drives/Dirs in TreeCtrl
Mark McGee S -- markm@tca.co.uk Tuesday, May 21, 1996 MFC 4.0/Win 95 I'm fairly new to Win95/Win32, but I've been using vis C++ from version 1. Is there a way to get the drive and directory listings (including recycle bin etc.) as in Explorer, into the Tree Control? Regards, Mark McGee (markm@tca.co.uk).
Frederic Steppe -- FredericS@msn.com Thursday, May 23, 1996 >MFC 4.0/Win 95 >I'm fairly new to Win95/Win32, but I've been using vis C++ from version 1. >Is there a way to get the drive and directory listings (including recycle >bin etc.) as in Explorer, into the Tree Control? You can find much info about the Windows 95 programming techniques in VC++ 4.0 books online : SDK / Win32 SDK / Guides / Programmer's guide to Windows 95 / Extending the Windows 95 Shell / Shell's Namespace You should check the SHBrowseForFolder() function, which displays the 'standard' folder search dialog. Frederic Steppe (frederics@msn.com)
| Вернуться в корень Архива |