资源简介
autorun病毒免疫程序
代码片段和文件信息
// AutoRun病毒免疫Dlg.cpp : implementation file
//
#include “stdafx.h“
#include “AutoRun病毒免疫.h“
#include “AutoRun病毒免疫Dlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CAutoRunDlg dialog
CAutoRunDlg::CAutoRunDlg(CWnd* pParent /*=NULL*/)
: CDialog(CAutoRunDlg::IDD pParent)
{
//{{AFX_DATA_INIT(CAutoRunDlg)
//}}AFX_DATA_INIT
// Note that LoadIcon does not require a subsequent DestroyIcon in Win32
m_hIcon = AfxGetApp()->LoadIcon(IDR_MAINframe);
}
void CAutoRunDlg::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CAutoRunDlg)
DDX_Control(pDX IDC_COMBO_DRIVE m_CbDrive);
//}}AFX_DATA_MAP
- 上一篇:c++ 数组冒泡排序
- 下一篇:語言開發
评论
共有 条评论