IShellFolder SelectItem
I need to select all jpeg files in a folder when user presses a keyboard button after selecting any one of the jpeg files. I used IFolderView::SelectItem to select files
I need to select all jpeg files in a folder when user presses a keyboard button after selecting any one of the jpeg files. I used IFolderView::SelectItem to select files
Hi everybody, I’m using Visual Studio 2008 SP1 to develop a MFC application. In my code I do NOT explicit include and use gdiplus library, but when I rebuild my app, I find out that my app imports some functions from gdiplus.dll and it cannot run under Windows 2000 environment. I heard that " Running MFC applications on Windows 2000 (with or without GDIPlus.dll) is supported" with the Visual Studio 2008 SP1 ( http://blogs.msdn.com/vcblog/archive…-2008-sp1.aspx ), but I don’t know how to do it.