資源簡介
VC++玩轉炫酷懸浮窗1---懸浮窗的實現 源碼,blog請看
http://blog.csdn.net/lincyang/article/details/38729275
代碼片段和文件信息
//?AfloatWindow.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“AfloatWindow.h“
#include?“AfloatWindowDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#endif
//?CAfloatWindowApp
BEGIN_MESSAGE_MAP(CAfloatWindowApp?CWinApp)
ON_COMMAND(ID_HELP?&CWinApp::onhelp)
END_MESSAGE_MAP()
//?CAfloatWindowApp?construction
CAfloatWindowApp::CAfloatWindowApp()
{
//?support?Restart?Manager
m_dwRestartManagerSupportFlags?=?AFX_RESTART_MANAGER_SUPPORT_RESTART;
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
//?The?one?and?only?CAfloatWindowApp?object
CAfloatWindowApp?theApp;
//?CAfloatWindowApp?initialization
BOOL?CAfloatWindowApp::InitInstance()
{
//?InitCommonCon
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2014-08-21?14:53??AfloatWindow\
?????目錄???????????0??2014-08-21?14:53??AfloatWindow\AfloatWindow\
?????文件????????1399??2014-08-21?13:59??AfloatWindow\AfloatWindow.sln
?????文件???????38912??2014-08-21?14:53??AfloatWindow\AfloatWindow.v11.suo
?????文件??????193288??2014-08-11?13:28??AfloatWindow\AfloatWindow\AfloatWindow.aps
?????文件????????2993??2014-08-11?10:32??AfloatWindow\AfloatWindow\AfloatWindow.cpp
?????文件?????????541??2014-08-11?10:32??AfloatWindow\AfloatWindow\AfloatWindow.h
?????文件???????10900??2014-08-11?13:28??AfloatWindow\AfloatWindow\AfloatWindow.rc
?????文件????????6076??2014-08-11?13:45??AfloatWindow\AfloatWindow\AfloatWindow.vcxproj
?????文件????????2215??2014-08-11?13:45??AfloatWindow\AfloatWindow\AfloatWindow.vcxproj.filters
?????文件????????3841??2014-08-15?16:20??AfloatWindow\AfloatWindow\AfloatWindowDlg.cpp
?????文件?????????701??2014-08-15?16:15??AfloatWindow\AfloatWindow\AfloatWindowDlg.h
?????文件????????2534??2014-08-15?09:02??AfloatWindow\AfloatWindow\AfloatWindow_vs110_Debug_Win32.lnt
?????文件???????84449??2014-08-11?13:28??AfloatWindow\AfloatWindow\prime.png
?????文件????????4529??2014-08-11?10:32??AfloatWindow\AfloatWindow\ReadMe.txt
?????目錄???????????0??2014-08-11?13:28??AfloatWindow\AfloatWindow\res\
?????文件????????1458??2014-08-11?13:28??AfloatWindow\AfloatWindow\resource.h
?????文件???????67777??2012-01-11?16:22??AfloatWindow\AfloatWindow\res\AfloatWindow.ico
?????文件?????????808??2014-08-11?10:32??AfloatWindow\AfloatWindow\res\AfloatWindow.rc2
?????文件???????84449??2014-08-11?13:28??AfloatWindow\AfloatWindow\res\prime.png
?????文件?????????214??2014-08-11?10:32??AfloatWindow\AfloatWindow\stdafx.cpp
?????文件????????1753??2014-08-11?10:32??AfloatWindow\AfloatWindow\stdafx.h
?????文件?????????314??2014-08-11?10:32??AfloatWindow\AfloatWindow\targetver.h
?????目錄???????????0??2014-08-21?14:53??AfloatWindow\AfoatWindow-Message\
?????文件??????107864??2014-08-21?13:59??AfloatWindow\AfoatWindow-Message\AfoatWindow-Message.aps
?????文件????????3074??2014-08-21?13:59??AfloatWindow\AfoatWindow-Message\AfoatWindow-Message.cpp
?????文件?????????579??2014-08-21?13:59??AfloatWindow\AfoatWindow-Message\AfoatWindow-Message.h
?????文件????????9058??2014-08-21?13:59??AfloatWindow\AfoatWindow-Message\AfoatWindow-Message.rc
?????文件????????6091??2014-08-21?13:59??AfloatWindow\AfoatWindow-Message\AfoatWindow-Message.vcxproj
?????文件????????2173??2014-08-21?13:59??AfloatWindow\AfoatWindow-Message\AfoatWindow-Message.vcxproj.filters
?????文件????????2459??2014-08-21?14:03??AfloatWindow\AfoatWindow-Message\AfoatWindow-MessageDlg.cpp
............此處省略10個文件信息
- 上一篇:VC++ 獲取CPU信息的方法
- 下一篇:socket在單片機上的實現
評論
共有 條評論