資源簡(jiǎn)介
傳奇脫機(jī)掛VC源碼.rar

代碼片段和文件信息
//?ChatWnd.cpp:?implementation?of?the?CChatWnd?class.
//
//////////////////////////////////////////////////////////////////////
#include?“stdafx.h“
#include?“MirRobot.h“
#include?“ChatWnd.h“
#include?“windowsx.h“
#ifdef?_DEBUG
#undef?THIS_FILE
static?char?THIS_FILE[]=__FILE__;
#define?new?DEBUG_NEW
#endif
BEGIN_MESSAGE_MAP(CChatWndCSizingControlBarCF)
//{{AFX_MSG_MAP(CMyBar)
ON_WM_CREATE()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
//////////////////////////////////////////////////////////////////////
//?Construction/Destruction
//////////////////////////////////////////////////////////////////////
CChatWnd::CChatWnd()
{
m_font.CreatePointFont(9*10“宋體“);
}
CChatWnd::~CChatWnd()
{
}
int?CChatWnd::OnCreate(LPCREATESTRUCT?lpCreateStruct)?
{
m_szHorz.cy=128;
m_szVert.cy=128;
if?(CSizingControlBarCF::OnCreate(lpCreateStruct)?==?-1)
return?-1;
SetSCBstyle(GetSCBstyle()|/*SCBS_SHOWEDGES|*/SCBS_SIZECHILD);
const?DWORD?dwViewstyle=WS_CHILD|WS_VISIBLE|WS_BORDER|WS_VSCROLL|LBS_NOINTEGRALHEIGHT;
if(!m_wndChild.Create(dwViewstyle
CRect(0000)this123))
return?-1;
m_wndChild.SetWindowText(“Welcome?to?use?MirRobot!\n“);
m_wndChild.SetFont(&m_font);
m_wndChild.AddString(“歡迎使用!“);
m_wndChild.AddString(“MirRobot未公開版本.“);
return?0;
}
BOOL?CChatWnd::AddString(CString?s)
{
int?cnt=m_wndChild.GetCount();
if(cnt>=200)
m_wndChild.DeleteString(cnt);
return?m_wndChild.SetCurSel(m_wndChild.AddString(s));
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件???????1286??2004-02-26?12:31??傳奇脫機(jī)G源碼\MirSocket.cpp
?????文件???????6128??2003-08-28?08:25??傳奇脫機(jī)G源碼\bindef.h
?????文件???????1514??2004-03-01?16:24??傳奇脫機(jī)G源碼\ChatWnd.cpp
?????文件????????876??2004-02-27?12:02??傳奇脫機(jī)G源碼\ChatWnd.h
?????文件??????10358??2004-03-07?21:12??傳奇脫機(jī)G源碼\ChildView.cpp
?????文件???????1848??2004-03-01?19:07??傳奇脫機(jī)G源碼\ChildView.h
?????文件???????2405??2004-02-29?21:10??傳奇脫機(jī)G源碼\GameFrm.cpp
?????文件???????1364??2004-02-29?14:01??傳奇脫機(jī)G源碼\GameFrm.h
?????文件???????1529??2004-02-28?00:09??傳奇脫機(jī)G源碼\GameThread.cpp
?????文件???????1462??2004-02-28?00:09??傳奇脫機(jī)G源碼\GameThread.h
?????文件???????1466??2004-03-01?16:23??傳奇脫機(jī)G源碼\InputWnd.cpp
?????文件????????898??2004-02-28?02:59??傳奇脫機(jī)G源碼\InputWnd.h
?????文件???????9444??2004-02-29?04:07??傳奇脫機(jī)G源碼\LoginDlg.cpp
?????文件???????2303??2004-02-27?20:35??傳奇脫機(jī)G源碼\LoginDlg.h
?????文件??????12752??2004-03-07?21:30??傳奇脫機(jī)G源碼\MainFrm.cpp
?????文件???????2683??2004-03-01?20:02??傳奇脫機(jī)G源碼\MainFrm.h
?????文件??????22808??2004-03-07?21:53??傳奇脫機(jī)G源碼\MirGame.cpp
?????文件???????5058??2004-02-29?13:47??傳奇脫機(jī)G源碼\MirGame.h
?????文件???????2379??2004-03-01?15:59??傳奇脫機(jī)G源碼\MirGameMap.cpp
?????文件???????1457??2004-03-01?15:59??傳奇脫機(jī)G源碼\MirGameMap.h
?????文件???????3160??2004-03-04?14:34??傳奇脫機(jī)G源碼\MirMsg.cpp
?????文件???????1246??2004-02-26?17:22??傳奇脫機(jī)G源碼\MirMsg.h
?????文件??????27660??2001-08-29?07:20??傳奇脫機(jī)G源碼\MirRobot.aps
?????文件???????3385??2004-03-07?21:52??傳奇脫機(jī)G源碼\MirRobot.clw
?????文件???????6764??2004-02-27?14:32??傳奇脫機(jī)G源碼\MirRobot.cpp
?????文件???????6189??2004-03-01?19:59??傳奇脫機(jī)G源碼\MirRobot.dsp
?????文件????????539??2004-02-27?13:48??傳奇脫機(jī)G源碼\MirRobot.dsw
?????文件???????1679??2004-02-27?14:32??傳奇脫機(jī)G源碼\MirRobot.h
?????文件?????181248??2004-03-07?22:03??傳奇脫機(jī)G源碼\MirRobot.ncb
?????文件??????54784??2004-03-07?22:03??傳奇脫機(jī)G源碼\MirRobot.opt
............此處省略30個(gè)文件信息
評(píng)論
共有 條評(píng)論