資源簡介
模擬qq
代碼片段和文件信息
//?lechat.cpp?:?定義應用程序的類行為。
//
#include?“stdafx.h“
#include?“lechat.h“
#include?“lechatDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#endif
//?ClechatApp
BEGIN_MESSAGE_MAP(ClechatApp?CWinApp)
ON_COMMAND(ID_HELP?&CWinApp::onhelp)
END_MESSAGE_MAP()
//?ClechatApp?構造
ClechatApp::ClechatApp()
{
//?TODO:?在此處添加構造代碼,
//?將所有重要的初始化放置在?InitInstance?中
}
//?唯一的一個?ClechatApp?對象
ClechatApp?theApp;
//?ClechatApp?初始化
BOOL?ClechatApp::InitInstance()
{
//?如果一個運行在?Windows?XP?上的應用程序清單指定要
//?使用?ComCtl32.dll?版本?6?或更高版本來啟用可視化方式,
//則需要?InitCommonControlsEx()。否則,將無法創建窗口。
INITCOMMONCONTROLSEX?InitCtrls;
InitCtrls.dwSize?=?sizeof(InitCtrls);
//?將它設置為包括所有要在應用程序中使用的
//?公共控件類。
InitCtrls.dwICC?=?ICC_WIN95_CLASSES;
InitCommonControlsEx(&InitCtr
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2014-04-17?12:20??lechat\
?????目錄???????????0??2014-04-09?23:21??lechat\Debug\
?????文件??????624640??2014-04-10?00:31??lechat\Debug\lechat.exe
?????文件??????978108??2014-04-10?00:31??lechat\Debug\lechat.ilk
?????文件?????3730432??2014-04-10?00:31??lechat\Debug\lechat.pdb
?????目錄???????????0??2014-04-18?08:45??lechat\Release\
?????文件???????20028??2004-09-20?12:34??lechat\Release\Folder.wav
?????文件?????2667008??2014-04-18?08:45??lechat\Release\lechat.exe
?????文件?????3427328??2014-04-18?08:45??lechat\Release\lechat.pdb
?????目錄???????????0??2014-04-18?08:45??lechat\lechat\
?????目錄???????????0??2014-04-15?07:37??lechat\lechat\Debug\
?????文件????????5796??2014-04-10?00:31??lechat\lechat\Debug\BuildLog.htm
?????文件????????1196??2014-04-08?22:40??lechat\lechat\Debug\lechat.exe.em
?????文件????????1260??2014-04-08?22:40??lechat\lechat\Debug\lechat.exe.em
?????文件?????????861??2014-04-10?00:31??lechat\lechat\Debug\lechat.exe.intermediate.manifest
?????文件???????20797??2014-04-10?00:30??lechat\lechat\Debug\lechat.obj
?????文件?????????884??2014-04-08?22:33??lechat\lechat.sln
?????文件??????458772??2014-04-10?00:30??lechat\lechat\Debug\lechat.res
?????文件???????49611??2014-04-10?00:31??lechat\lechat\Debug\lechatDlg.obj
?????文件???????21584??2014-04-11?17:16??lechat\lechat\Debug\liaotian.bmp
?????文件??????????65??2014-04-09?23:48??lechat\lechat\Debug\mt.dep
?????文件??????465848??2014-04-10?00:09??lechat\lechat\Debug\stdafx.obj
?????文件??????887808??2014-04-10?00:31??lechat\lechat\Debug\vc90.idb
?????文件?????2199552??2014-04-10?00:31??lechat\lechat\Debug\vc90.pdb
?????文件???????10168??2014-04-17?13:06??lechat\lechat\FASONG.bmp
?????文件???????10168??2014-04-17?13:15??lechat\lechat\FASONG2.bmp
?????文件???????20028??2004-09-20?12:34??lechat\lechat\Folder.wav
?????文件????????2280??2014-04-17?12:33??lechat\lechat\Mybutton.cpp
?????文件?????????720??2014-04-17?12:27??lechat\lechat\Mybutton.h
?????文件????????2873??2014-04-08?22:33??lechat\lechat\ReadMe.txt
?????目錄???????????0??2014-04-18?08:45??lechat\lechat\Release\
............此處省略62個文件信息
評論
共有 條評論