#include #include using namespace std; // HANDLE CreateThread( // LPSECURITY_ATTRIBUTES lpThreadAttributes, // pointer to security attributes // DWORD dwStackSize, //... Read More
//利用default button void CDlgAddTest::OnOK() { if(GetFocus()->m_hWnd== GetDlgItem(IDOK)->m_hWnd){ MessageBox("stoped at ok."); } else{ GetNextDlgTabItem(GetFocus())->SetFocus(); } //CDia... Read More
// DlgAddTest.cpp : implementation file // #include "stdafx.h" #include "Text.h" #include "DlgAddTest.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; ... Read More
文本输入框http://hi.baidu.com/hushaobo_km/blog/item/d4f0b12d114e673f359bf77e.html Read More