摘要:
1 // simpleMFC.cpp : 定义应用程序的入口点。 2 // 3 4 #include "stdafx.h" 5 #include "simpleMFC.h" 6 7 #define MAX_LOADSTRING 100 8 9 // 全局变量: 10 HI... 阅读全文
摘要:
主要用到两个函数,DragAcceptFiles() 与 DragQueryFile。DragQueryFile原型如下:UINT DragQueryFile( HDROP hDrop, UINT iFile, LPTSTR lpszFile, UINT cch );hDr... 阅读全文