资源简介
IP地址修改器源码 C++ MFC 编写
代码片段和文件信息
// IPAddrSet.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “IPAddrSet.h“
#include “IPAddrSetDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CIPAddrSetApp
BEGIN_MESSAGE_MAP(CIPAddrSetApp CWinApp)
//{{AFX_MSG_MAP(CIPAddrSetApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CIPAddrSetApp construction
CIPAddrSetApp::CIPAddrSetApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CIPAddrSetApp object
CIPAddrSetApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CIPAddrSetApp initialization
BOOL CIPAddrSetApp::InitInstance()
{
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
CIPAddrSetDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2013-09-27 11:33 IPAddrSet\
文件 2924 2013-09-28 04:10 IPAddrSet\IPAddrSet.clw
文件 2105 2013-09-27 11:33 IPAddrSet\IPAddrSet.cpp
文件 4338 2013-09-28 04:13 IPAddrSet\IPAddrSet.dsp
文件 524 2013-09-27 11:33 IPAddrSet\IPAddrSet.dsw
文件 1357 2013-09-27 11:33 IPAddrSet\IPAddrSet.h
文件 58368 2013-09-28 04:13 IPAddrSet\IPAddrSet.ncb
文件 49664 2013-09-28 04:13 IPAddrSet\IPAddrSet.opt
文件 252 2013-09-28 04:11 IPAddrSet\IPAddrSet.plg
文件 7894 2013-09-28 04:03 IPAddrSet\IPAddrSet.rc
文件 8546 2013-09-28 03:36 IPAddrSet\IPAddrSetDlg.cpp
文件 1798 2013-09-28 02:46 IPAddrSet\IPAddrSetDlg.h
文件 3633 2013-09-27 11:33 IPAddrSet\ReadMe.txt
目录 0 2013-09-27 11:33 IPAddrSet\res\
文件 1743 2013-09-28 04:11 IPAddrSet\Resource.h
文件 3262 2013-09-28 03:33 IPAddrSet\res\1.ico
文件 10134 2013-09-28 04:03 IPAddrSet\res\icon2.ico
文件 10134 2009-10-29 19:03 IPAddrSet\res\IPAddrSet.ico
文件 401 2013-09-27 11:33 IPAddrSet\res\IPAddrSet.rc2
文件 1078 2013-09-27 11:33 IPAddrSet\res\IPAddrSet1.ico
文件 211 2013-09-27 11:33 IPAddrSet\StdAfx.cpp
文件 1052 2013-09-28 02:24 IPAddrSet\StdAfx.h
- 上一篇:BOOTH算法C++实现
- 下一篇:层次聚类算法C++
相关资源
- SHA-1算法实现源代码
- Bezier曲线MFC实现源代码
- Htran1.0 源代码
- 队列的基本操作 医务室模拟 源代码
- 《C语言接口与实现》书中源代码
- mpeg4解码源代码
- 背包问题之贪婪算法求解C语言源代码
- C++ 课程设计 扫雷系统 报告+源代码
- 生成指定长度的Wav空白文件--
- 滴水逆向 文件操作pe修改C语言源代码
- visual c++ 6.0 完整扫雷源代码
- 程序员实用算法源代码
- 用C++语言写的完整的人脸识别程序源
- 北理乐学 C语言 编程题源代码
- c++实现的录音程序源代码(录mp3、x
- C++五子棋源代码程序解析
- 操作系统课程设计之进程调度源代码
- C++病毒开发开发源代码+2小时教学视频
- C++实现开心消消乐游戏源代码+教学视
- C++实现塔防游戏源代码
- 超市管理系统(MFC编写
- 校园导航源代码
- 端口扫描程序设计详细的报告+源代码
- 奇异值分解SVD算法c语言源代码
- C++ 生成JPEG图片源代码
- C语言编写的校园导游系统源代码 能运
- 基于VS2010的C++小学生四则算数测试系
- 记账软件源代码——自己编的C++实现
- 斗地主MFC源代码
- AES单片机加密解密 C语言源代码
评论
共有 条评论