htmlctrl.cpp

来自「vc编写的方便解析HTML文件的代码, 可以方便的修改里面的元素」· C++ 代码 · 共 12 行

CPP
12
字号
// Microsoft Systems Journal -- January 2000
// If this code works, it was written by Paul DiLascia.
// If not, I don't know who wrote it.
// Compiles with Visual C++ 6.0, runs on Windows 98 and probably Windows NT too.
//
#include "StdAfx.h"
#include "HTMLCtrl.h"

#include "comdef.h"
#include "msHTML.h"

#pragma warning(disable:4146) // Si no s'avoleix aix

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?