发布时间:2014-03-19 22:09:32
在属性页中添加点击(此处)折叠或打开void CProPageSecDlg::OnShowWindow(BOOL bShow, UINT nStatus){ CPropertyPage::OnShowWindow(bShow, nStatus); CRect rect; .........【阅读全文】
发布时间:2014-03-12 16:18:12
点击(此处)折叠或打开BOOL FileExists(LPCTSTR lpszFileName, BOOL bIsDirCheck){// A quick'n'easy way to see if a file exists.DWORD dwAttributes = GetFileAttributes(lpszFileName);if (dwAttributes == 0xFFFFFFFF).........【阅读全文】
发布时间:2014-03-09 16:07:03
新建一个基于对话框的应用程序添加 控件CComboBoxEx m_DiskList;CListCtrl m_FileList; 于picture control 控件关联的变量代码如下在OnInitD点击(此处)折叠或打开CRect ComBoxRC; m_Frame.GetWindowRect(ComBo.........【阅读全文】