登录
首页 » Windows开发 » write to event log

write to event log

于 2022-05-13 发布 文件大小:7.80 kB
0 201
下载积分: 2 下载次数: 1

代码说明:

将日志写入delphi事件日志的简单示例。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • C T R EE LIST
    一个基于对话框的ctreelistctrl类,拥有ctreectrl和clistctrl两种特性。-a dialog on the ctreelistctrl category, clistctrl ctreectrl and has two characteristics. 一个基于对话框的ctreelistctrl类,拥有ctreectrl和clistctrl两种特性。-a dialog on the ctreelistctrl category, clistctrl ctreectrl and has two characteristics.
    2022-04-25 05:26:09下载
    积分:1
  • 通过修改注册表,限定程序的使用时限30秒
    通过修改注册表,限定程序的使用时限30秒-By modifying the registry, limited use of the procedures the time limit 30 seconds
    2022-02-05 14:51:11下载
    积分:1
  • BizTalk 2004 基于业界标准XML Web Service的数据集成交换和业务流程整合平台 基于BizTalk 2004的体验 由浅入深 从XML...
    BizTalk 2004 基于业界标准XML Web Service的数据集成交换和业务流程整合平台 基于BizTalk 2004的开发体验 由浅入深 从XML Web Service到复杂的应用适配器 化繁为简 将复杂的集成商务流模块化分解 外置的商务规则编辑-BizTalk 2004 based on the industry-standard XML Web Service to exchange data integration and business process integration platform based on BizTalk 2004 development experience from the elementary to XML Web Service to complex application adapters simplified complex integrated business flow modular decomposition external business rules editor
    2022-01-26 01:48:23下载
    积分:1
  • all software necessary steps to abolish the general procedures used to be the so...
    所有必要的软件步骤,以废除一般程序使用的源代码。在最后!
    2022-12-08 05:40:03下载
    积分:1
  • cppunit工具 单元测试测c++ 能够较好的识别单元中的错误,是一个不错的工具...
    cppunit工具 单元测试测c++ 能够较好的识别单元中的错误,是一个不错的工具-cppunit
    2022-09-07 04:10:03下载
    积分:1
  • 关于图形图象常用处理算法的讲解 机器大家去敌后完全
    关于图形图象常用处理算法的讲解 机器大家去敌后完全-on imagery processing algorithm commonly used on the machine you to the enemy completely
    2022-02-06 06:35:01下载
    积分:1
  • 1 million can sort data, reference materials temporarily rarely seen.
    可以对一百万个数据进行排序,参考资料上暂时很少见到. -1 million can sort data, reference materials temporarily rarely seen.
    2022-07-08 23:25:12下载
    积分:1
  • 希望大家多提点意见
    希望大家多提点意见-hope everyone LONDON
    2022-02-21 15:41:16下载
    积分:1
  • Microsoft Windwos NT/2000 提供了一个强大的API集来访问系统事件和性能数据的众多计数器。我们既可以实时地得到计数器的值,也可以从一个日
    Microsoft Windwos NT/2000 提供了一个强大的API集来访问系统事件和性能数据的众多计数器。我们既可以实时地得到计数器的值,也可以从一个日志文件中读取计数器数据。功能可为强大,而且使用简单 。下面我就简单谈谈在VC中如何使用Windows的性能计数器。好,废话少说,我们开始。-Microsoft Windows NT/2000 provides a powerful set of APIs to access the system events and performance data of the many counters. We can get real-time counter to the values, they can log files from a counter reading data. Functions as a powerful, but simple to use. Now, I would simply talk about how to use the VC Windows performance counters. Well, nonsense least, we have begun.
    2022-05-28 01:04:29下载
    积分:1
  • VC毛玻璃
    #define GDIPVER 0x0110 //定义高版本的GDI+(1.1) #include #include #include #include #include #pragma comment(lib,"GdiPlus.lib") using namespace Gdiplus; #include #pragma comment(lib,"dwmapi.lib") //Aero效果是否已启用 BOOL IsCompositionEnabled() { BOOL bEnabled,bResult; bResult = (SUCCEEDED(DwmIsCompositionEnabled(&bEnabled)) && bEnabled); return bResult; } //对已分层的窗口启动玻璃效果 HRESULT EnableBlurBehindWindow(HWND hWnd, //窗口句柄 BOOL bEnable = TRUE, //启用或禁用 HRGN hRgn = 0, //模糊窗体中某个区域 BOOL bTransitionOnMaximized = FALSE) //最大化时是否启用 { DWM_BLURBEHIND blurBehind = { 0 }; blurBehind.dwFlags = DWM_BB_ENABLE | DWM_BB_TRANSITIONONMAXIMIZED; blurBehind.fEnable = bEnable; blurBehind.fTransitionOnMaximized = bTransitionOnMaximized; if (bEnable && hRgn != NULL) { blurBehind.dwFlags |= DWM_BB_BLURREGION; blurBehind.h
    2023-05-01 15:10:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载