• 大小: 411KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-16
  • 语言: C/C++
  • 标签: VC6  

资源简介

很实用的小程序,可用于教师在课堂上随机点名抽查考勤和随机点名提问。压缩包中包括了应用程序以及VC++6.0源代码。

资源截图

代码片段和文件信息

// call the roll.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “call the roll.h“
#include “call the rollDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CCalltherollApp

BEGIN_MESSAGE_MAP(CCalltherollApp CWinApp)
//{{AFX_MSG_MAP(CCalltherollApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CCalltherollApp construction

CCalltherollApp::CCalltherollApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CCalltherollApp object

CCalltherollApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CCalltherollApp initialization

BOOL CCalltherollApp::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

CCalltherollDlg 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;
}

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

     文件    2138203  2014-05-06 11:33  教师课堂随机点名小程序_VC6.0\应用程序\call the roll.exe

     文件        531  2014-05-06 11:30  教师课堂随机点名小程序_VC6.0\应用程序\测试班级.txt

     文件      21640  2014-05-06 11:32  教师课堂随机点名小程序_VC6.0\源代码\call the roll.aps

     文件       1565  2014-05-06 11:33  教师课堂随机点名小程序_VC6.0\源代码\call the roll.clw

     文件       2139  2014-02-24 11:03  教师课堂随机点名小程序_VC6.0\源代码\call the roll.cpp

     文件       4195  2014-02-24 11:03  教师课堂随机点名小程序_VC6.0\源代码\call the roll.dsp

     文件        551  2014-02-24 11:03  教师课堂随机点名小程序_VC6.0\源代码\call the roll.dsw

     文件       1387  2014-02-27 15:17  教师课堂随机点名小程序_VC6.0\源代码\call the roll.h

     文件      66560  2014-05-06 11:33  教师课堂随机点名小程序_VC6.0\源代码\call the roll.ncb

     文件      55808  2014-05-06 11:33  教师课堂随机点名小程序_VC6.0\源代码\call the roll.opt

     文件       1865  2014-05-06 11:33  教师课堂随机点名小程序_VC6.0\源代码\call the roll.plg

     文件       6015  2014-02-27 17:22  教师课堂随机点名小程序_VC6.0\源代码\call the roll.rc

     文件       6892  2014-03-06 09:48  教师课堂随机点名小程序_VC6.0\源代码\call the rollDlg.cpp

     文件       1592  2014-03-06 09:48  教师课堂随机点名小程序_VC6.0\源代码\call the rollDlg.h

     文件       3699  2014-02-24 11:03  教师课堂随机点名小程序_VC6.0\源代码\ReadMe.txt

     文件       1078  2014-02-24 11:03  教师课堂随机点名小程序_VC6.0\源代码\res\call the roll.ico

     文件        405  2014-02-24 11:03  教师课堂随机点名小程序_VC6.0\源代码\res\call the roll.rc2

    ..A.SH.      3584  2014-02-25 16:08  教师课堂随机点名小程序_VC6.0\源代码\res\Thumbs.db

     文件       1059  2014-02-24 11:20  教师课堂随机点名小程序_VC6.0\源代码\resource.h

     文件        215  2014-02-24 11:03  教师课堂随机点名小程序_VC6.0\源代码\StdAfx.cpp

     文件       1054  2014-02-24 11:03  教师课堂随机点名小程序_VC6.0\源代码\StdAfx.h

     文件        531  2014-05-06 11:30  教师课堂随机点名小程序_VC6.0\源代码\测试班级.txt

     目录          0  2014-05-06 11:35  教师课堂随机点名小程序_VC6.0\源代码\res

     目录          0  2014-05-06 11:35  教师课堂随机点名小程序_VC6.0\应用程序

     目录          0  2014-05-06 11:35  教师课堂随机点名小程序_VC6.0\源代码

     目录          0  2014-05-06 11:38  教师课堂随机点名小程序_VC6.0

----------- ---------  ---------- -----  ----

              2320568                    26


评论

共有 条评论