• 大小: 0.02M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签:

资源简介

C++ 使用WebBrowser执行脚本(提高篇-实例555).zip

资源截图

代码片段和文件信息

// Execscript.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “Execscript.h“
#include “ExecscriptDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CExecscriptApp

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

/////////////////////////////////////////////////////////////////////////////
// CExecscriptApp construction

CExecscriptApp::CExecscriptApp()
{
// 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       21304  2013-12-27 16:01  Execscript\Execscript.aps
     文件        1204  2013-12-27 16:07  Execscript\Execscript.clw
     文件        2119  2009-03-10 14:13  Execscript\Execscript.cpp
     文件        4699  2009-03-10 14:21  Execscript\Execscript.dsp
     文件         545  2009-03-10 14:22  Execscript\Execscript.dsw
     文件        1368  2009-03-10 14:13  Execscript\Execscript.h
     文件       49664  2013-12-27 16:07  Execscript\Execscript.opt
     文件        6214  2009-03-10 15:00  Execscript\Execscript.rc
     文件        5118  2009-03-10 14:44  Execscript\ExecscriptDlg.cpp
     文件        1447  2009-03-10 14:39  Execscript\ExecscriptDlg.h
     文件        3651  2009-03-10 14:13  Execscript\ReadMe.txt
     文件         688  2009-03-10 14:20  Execscript\Resource.h
     文件         212  2009-03-10 14:13  Execscript\StdAfx.cpp
     文件        1074  2009-03-10 14:41  Execscript\StdAfx.h
     文件         243  2009-03-10 14:44  Execscript\test.html
     文件       11299  2009-03-10 14:21  Execscript\webbrowser2.cpp
     文件        3759  2009-03-10 14:21  Execscript\webbrowser2.h
     文件          46  2009-04-03 14:41  Execscript\程序使用说明.txt
     文件        1078  2009-03-10 14:13  Execscript\res\Execscript.ico
     文件         402  2009-03-10 14:13  Execscript\res\Execscript.rc2

评论

共有 条评论