• 大小: 95KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-14
  • 语言: 其他
  • 标签: VC  

资源简介

局域网点对点文件传输、聊天工具。

资源截图

代码片段和文件信息

// AddUserDlg.cpp : implementation file
//

#include “stdafx.h“
#include “lancommunion.h“
#include “AddUserDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CAddUserDlg dialog


CAddUserDlg::CAddUserDlg(CWnd* pParent /*=NULL*/)
: CDialog(CAddUserDlg::IDD pParent)
{
//{{AFX_DATA_INIT(CAddUserDlg)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
}


void CAddUserDlg::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CAddUserDlg)
// NOTE: the ClassWizard will add DDX and DDV calls here
//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(CAddUserDlg CDialog)
//{{AFX_MSG_MAP(CAddUserDlg)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CAddUserDlg message handlers

void CAddUserDlg::OnOK() 
{
// TODO: Add extra validation here
BYTE b1b2b3b4;
((CIPAddressCtrl*)GetDlgItem(IDC_IPADDRESS))->GetAddress(b1b2b3b4);
m_strAddr.Format(“%d.%d.%d.%d“b1b2b3b4);

CDialog::OnOK();
}

BOOL CAddUserDlg::OnInitDialog() 
{
CDialog::OnInitDialog();

// TODO: Add extra initialization here
( (CIPAddressCtrl*)GetDlgItem(IDC_IPADDRESS) )->SetAddress(0000);
return TRUE;  // return TRUE unless you set the focus to a control
              // EXCEPTION: OCX Property Pages should return FALSE
}

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

    .CA....      1534  2007-08-11 07:51  LANCommunion传输速度_无定时更新3.34版\AddUserDlg.cpp

    .CA....      1283  2007-08-11 07:49  LANCommunion传输速度_无定时更新3.34版\AddUserDlg.h

    .CA....       437  2007-09-25 10:45  LANCommunion传输速度_无定时更新3.34版\ConstDefine.h

    .CA....    155782  2007-09-25 18:20  LANCommunion传输速度_无定时更新3.34版\Debug\LANCommunion.exe

    .C.D...         0  2007-09-25 18:20  LANCommunion传输速度_无定时更新3.34版\Debug

    .CA....       988  2007-08-11 22:33  LANCommunion传输速度_无定时更新3.34版\FileArrive.cpp

    .CA....      1229  2007-08-11 22:33  LANCommunion传输速度_无定时更新3.34版\FileArrive.h

    .CA....      6766  2007-07-11 21:07  LANCommunion传输速度_无定时更新3.34版\icon1.ico

    .CA....     49188  2007-09-25 10:57  LANCommunion传输速度_无定时更新3.34版\LANCommunion.aps

    .CA....      3763  2007-09-25 11:45  LANCommunion传输速度_无定时更新3.34版\LANCommunion.clw

    .CA....      2241  2007-07-11 20:34  LANCommunion传输速度_无定时更新3.34版\LANCommunion.cpp

    .CA....      5198  2007-09-24 15:19  LANCommunion传输速度_无定时更新3.34版\LANCommunion.dsp

    .CA....       530  2007-07-11 20:34  LANCommunion传输速度_无定时更新3.34版\LANCommunion.dsw

    .CA....      1390  2007-07-11 20:36  LANCommunion传输速度_无定时更新3.34版\LANCommunion.h

    .CA....     91136  2007-09-25 18:20  LANCommunion传输速度_无定时更新3.34版\LANCommunion.ncb

    .CA....     48640  2007-09-25 18:20  LANCommunion传输速度_无定时更新3.34版\LANCommunion.opt

    .CA....      3206  2007-09-25 18:20  LANCommunion传输速度_无定时更新3.34版\LANCommunion.plg

    .CA....      9454  2007-09-25 10:57  LANCommunion传输速度_无定时更新3.34版\LANCommunion.rc

    .CA....     36610  2007-09-25 18:01  LANCommunion传输速度_无定时更新3.34版\LANCommunionDlg.cpp

    .CA....      3287  2007-09-25 09:54  LANCommunion传输速度_无定时更新3.34版\lancommuniondlg.h

    .CA....      1308  2007-07-11 21:18  LANCommunion传输速度_无定时更新3.34版\MySocket.cpp

    .CA....      1156  2007-07-11 21:12  LANCommunion传输速度_无定时更新3.34版\MySocket.h

    .CA....      3687  2007-07-11 20:34  LANCommunion传输速度_无定时更新3.34版\ReadMe.txt

    .CA....     57344  2007-09-25 18:01  LANCommunion传输速度_无定时更新3.34版\Release\LANCommunion.exe

    .C.D...         0  2007-09-25 18:20  LANCommunion传输速度_无定时更新3.34版\Release

    .CA....      5494  2007-08-17 16:32  LANCommunion传输速度_无定时更新3.34版\res\LAN.ico

    .CA....      1078  2007-07-11 20:34  LANCommunion传输速度_无定时更新3.34版\res\LANCommunion.ico

    .CA....       404  2007-07-11 20:34  LANCommunion传输速度_无定时更新3.34版\res\LANCommunion.rc2

    .CA.SH.      3584  2007-08-02 14:58  LANCommunion传输速度_无定时更新3.34版\res\Thumbs.db

    .CA....      3262  2007-08-11 23:35  LANCommunion传输速度_无定时更新3.34版\res\windows.ico

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

评论

共有 条评论