xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

資源簡介

一個擴(kuò)展的CComboBox 下拉框 自繪 美化

資源截圖

代碼片段和文件信息


//?ComboBoxPopup.cpp?:?定義應(yīng)用程序的類行為。
//

#include?“stdafx.h“
#include?“ComboBoxPopup.h“
#include?“ComboBoxPopupDlg.h“

#ifdef?_DEBUG
#define?new?DEBUG_NEW
#endif


//?CComboBoxPopupApp

BEGIN_MESSAGE_MAP(CComboBoxPopupApp?CWinAppEx)
ON_COMMAND(ID_HELP?&CWinApp::onhelp)
END_MESSAGE_MAP()


//?CComboBoxPopupApp?構(gòu)造

CComboBoxPopupApp::CComboBoxPopupApp()
{
//?TODO:?在此處添加構(gòu)造代碼,
//?將所有重要的初始化放置在?InitInstance?中
}


//?唯一的一個?CComboBoxPopupApp?對象

CComboBoxPopupApp?theApp;


//?CComboBoxPopupApp?初始化

BOOL?CComboBoxPopupApp::InitInstance()
{
//?如果一個運(yùn)行在?Windows?XP?上的應(yīng)用程序清單指定要
//?使用?ComCtl32.dll?版本?6?或更高版本來啟用可視化方式,
//則需要?InitCommonControlsEx()。否則,將無法創(chuàng)建窗口。
INITCOMMONCONTROLSEX?InitCtrls;
InitCtrls.dwSize?=?sizeof(InitCtrls);
//?將它設(shè)置為包括所有要在應(yīng)用程序中使用的
//?公共控件類。
InitCtrls.dwICC?=?ICC_WIN95_CLASSES;
InitCommonControlsEx(&InitCtrls);

CWinAppEx::InitInstance();

AfxEnableControlContainer();

//?標(biāo)準(zhǔn)初始化
//?如果未使用這些功能并希望減小
//?最終可執(zhí)行文件的大小,則應(yīng)移除下列
//?不需要的特定初始化例程
//?更改用于存儲設(shè)置的注冊表項
//?TODO:?應(yīng)適當(dāng)修改該字符串,
//?例如修改為公司或組織名
SetRegistryKey(_T(“應(yīng)用程序向?qū)傻谋镜貞?yīng)用程序“));

CComboBoxPopupDlg?dlg;
m_pMainWnd?=?&dlg;
INT_PTR?nResponse?=?dlg.DoModal();
if?(nResponse?==?IDOK)
{
//?TODO:?在此放置處理何時用
//??“確定”來關(guān)閉對話框的代碼
}
else?if?(nResponse?==?IDCANCEL)
{
//?TODO:?在此放置處理何時用
//??“取消”來關(guān)閉對話框的代碼
}

//?由于對話框已關(guān)閉,所以將返回?FALSE?以便退出應(yīng)用程序,
//??而不是啟動應(yīng)用程序的消息泵。
return?FALSE;
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件???????1744??2012-09-28?09:50??ComboBoxPopup\ComboBoxPopup\ComboBoxPopup.cpp

?????文件????????487??2012-09-28?09:50??ComboBoxPopup\ComboBoxPopup\ComboBoxPopup.h

?????文件???????4730??2012-09-28?23:39??ComboBoxPopup\ComboBoxPopup\ComboBoxPopup.rc

?????文件???????5678??2012-09-28?09:51??ComboBoxPopup\ComboBoxPopup\ComboBoxPopup.vcproj

?????文件???????1409??2012-09-28?23:50??ComboBoxPopup\ComboBoxPopup\ComboBoxPopup.vcproj.ZHL-PC.Administrator.user

?????文件???????2969??2012-09-28?23:39??ComboBoxPopup\ComboBoxPopup\ComboBoxPopupDlg.cpp

?????文件????????674??2012-09-28?23:38??ComboBoxPopup\ComboBoxPopup\ComboBoxPopupDlg.h

?????文件??????16853??2012-09-28?23:45??ComboBoxPopup\ComboBoxPopup\PopupComboBox.cpp

?????文件???????3301??2012-09-28?23:20??ComboBoxPopup\ComboBoxPopup\PopupComboBox.h

?????文件???????2845??2012-09-28?09:50??ComboBoxPopup\ComboBoxPopup\ReadMe.txt

????.......?????67777??2007-11-28?16:21??ComboBoxPopup\ComboBoxPopup\res\ComboBoxPopup.ico

?????文件????????369??2012-09-28?09:50??ComboBoxPopup\ComboBoxPopup\res\ComboBoxPopup.rc2

?????文件????????731??2012-09-28?23:38??ComboBoxPopup\ComboBoxPopup\resource.h

?????文件????????146??2012-09-28?09:50??ComboBoxPopup\ComboBoxPopup\stdafx.cpp

?????文件???????1879??2012-09-28?23:50??ComboBoxPopup\ComboBoxPopup\stdafx.h

?????文件???????1030??2012-09-28?09:50??ComboBoxPopup\ComboBoxPopup\targetver.h

?????文件????????905??2012-09-28?09:51??ComboBoxPopup\ComboBoxPopup.sln

????..A..H.?????37376??2012-09-28?23:50??ComboBoxPopup\ComboBoxPopup.suo

?????文件?????401408??2012-09-28?23:50??ComboBoxPopup\Release\ComboBoxPopup.exe

?????目錄??????????0??2012-09-28?09:50??ComboBoxPopup\ComboBoxPopup\res

?????目錄??????????0??2012-09-28?23:51??ComboBoxPopup\ComboBoxPopup

?????目錄??????????0??2012-09-28?23:51??ComboBoxPopup\Release

?????目錄??????????0??2012-09-28?23:50??ComboBoxPopup

-----------?---------??----------?-----??----

???????????????552311????????????????????23


評論

共有 條評論

相關(guān)資源