摘要: 1 // simpleMFC.cpp : 定义应用程序的入口点。 2 // 3 4 #include "stdafx.h" 5 #include "simpleMFC.h" 6 7 #define MAX_LOADSTRING 100 8 9 // 全局变量: 10 HI... 阅读全文
posted @ 2015-01-20 11:14 boyang987 阅读(554) 评论(0) 推荐(0) 编辑
摘要: 主要用到两个函数,DragAcceptFiles() 与 DragQueryFile。DragQueryFile原型如下:UINT DragQueryFile( HDROP hDrop, UINT iFile, LPTSTR lpszFile, UINT cch );hDr... 阅读全文
posted @ 2015-01-20 10:12 boyang987 阅读(907) 评论(0) 推荐(0) 编辑