摘要:
SHELLEXECUTEINFO att; ZeroMemory(&att,sizeof(att)); att.cbSize = sizeof(SHELLEXECUTEINFO); att.lpFile = _T( "c:\\ex.xls");//要显示属性的文件 att.lpVerb = _T("properties"); att.... 阅读全文
posted @ 2007-03-19 13:10
ahuo
阅读(515)
评论(0)
推荐(0)
浙公网安备 33010602011771号