2011年8月5日
摘要: //定位文件void Jump2File(string strPath){ string cmd = "/e,/select,"+strPath; ShellExecute(NULL,NULL,"explorer",cmd.c_str(),NULL,SW_SHOW);}4.BeginWaitCursor和EndWaitCursor无效答:SetCapture();BeginWaitCursor()... 阅读全文
posted @ 2011-08-05 11:55 berryz2007 阅读(295) 评论(0) 推荐(0)