• 大小: 0.54M
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2021-06-23
  • 语言: 其他
  • 标签: 其他  

资源简介

传奇脱机挂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));
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1286  2004-02-26 12:31  传奇脱机G源码\MirSocket.cpp

     文件       6128  2003-08-28 08:25  传奇脱机G源码\bindef.h

     文件       1514  2004-03-01 16:24  传奇脱机G源码\ChatWnd.cpp

     文件        876  2004-02-27 12:02  传奇脱机G源码\ChatWnd.h

     文件      10358  2004-03-07 21:12  传奇脱机G源码\ChildView.cpp

     文件       1848  2004-03-01 19:07  传奇脱机G源码\ChildView.h

     文件       2405  2004-02-29 21:10  传奇脱机G源码\GameFrm.cpp

     文件       1364  2004-02-29 14:01  传奇脱机G源码\GameFrm.h

     文件       1529  2004-02-28 00:09  传奇脱机G源码\GameThread.cpp

     文件       1462  2004-02-28 00:09  传奇脱机G源码\GameThread.h

     文件       1466  2004-03-01 16:23  传奇脱机G源码\InputWnd.cpp

     文件        898  2004-02-28 02:59  传奇脱机G源码\InputWnd.h

     文件       9444  2004-02-29 04:07  传奇脱机G源码\LoginDlg.cpp

     文件       2303  2004-02-27 20:35  传奇脱机G源码\LoginDlg.h

     文件      12752  2004-03-07 21:30  传奇脱机G源码\MainFrm.cpp

     文件       2683  2004-03-01 20:02  传奇脱机G源码\MainFrm.h

     文件      22808  2004-03-07 21:53  传奇脱机G源码\MirGame.cpp

     文件       5058  2004-02-29 13:47  传奇脱机G源码\MirGame.h

     文件       2379  2004-03-01 15:59  传奇脱机G源码\MirGameMap.cpp

     文件       1457  2004-03-01 15:59  传奇脱机G源码\MirGameMap.h

     文件       3160  2004-03-04 14:34  传奇脱机G源码\MirMsg.cpp

     文件       1246  2004-02-26 17:22  传奇脱机G源码\MirMsg.h

     文件      27660  2001-08-29 07:20  传奇脱机G源码\MirRobot.aps

     文件       3385  2004-03-07 21:52  传奇脱机G源码\MirRobot.clw

     文件       6764  2004-02-27 14:32  传奇脱机G源码\MirRobot.cpp

     文件       6189  2004-03-01 19:59  传奇脱机G源码\MirRobot.dsp

     文件        539  2004-02-27 13:48  传奇脱机G源码\MirRobot.dsw

     文件       1679  2004-02-27 14:32  传奇脱机G源码\MirRobot.h

     文件     181248  2004-03-07 22:03  传奇脱机G源码\MirRobot.ncb

     文件      54784  2004-03-07 22:03  传奇脱机G源码\MirRobot.opt

............此处省略30个文件信息

评论

共有 条评论