CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - KillTimer

搜索资源列表

  1. killtimer.zip

    0下载:
  2. 我以前写的过滤某窗口及其子窗口的WM_TIMER消息从而破解软件使用时间限制的例子
  3. 所属分类:加密解密

    • 发布日期:
    • 文件大小:6857
    • 提供者:
  1. killtimer.zip

    0下载:
  2. 站长写的一个截获并过滤某个程序中的某个消息的程序。比如通过过滤WM_TIMER消息来消除某些未注册程序的运行时间限制
  3. 所属分类:Windows编程

    • 发布日期:
    • 文件大小:24271
    • 提供者:
  1. 截取程序消息的DLL和使用例子GetMSG getmsg

    0下载:
  2. 1)killtimer项目 是动态库getmsg的源代码工程 2)mpeg_play下 是利用getmsg.dll截获notepad.exe 中WM_COMMAND消息的例子, 测试的时候请打开notepad.exe,并在其中输入内容,mpeg_play程序将收到相应的消息 -a) killtimer project is a dynamic library getMsg the source code works 2) is used under mpeg_pl
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:147068
    • 提供者:彭鹏
  1. UnwindowsTimerSupport

    0下载:
  2. 提供了MFC中的CTimer类的功能,但它不需要窗口的支持,使用时,只需继承CTimerSupport类。 计时器是持续运行的,如果不被KillTimer()函数停止;会持续调用OnTimer()函数。-the MFC CTimer the functional category, but it does not need the support of the window, use, only inherit CTimerSupport category. Timer is a conti
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1765
    • 提供者:张海玉
  1. KillTimer

    0下载:
  2. 删除其它应用程序定时器的方法实现 可以用消息处理程序找到定时器ID
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:14950
    • 提供者:闻远
  1. killtimer

    0下载:
  2. 使用sdk编写的拦截过滤程序中某个消息的小程序 可以帮助了解sdk的编程方法
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:24786
    • 提供者:邓晨
  1. asp.net__liang

    0下载:
  2. asp.net C# asp.net技术方案 MessageBox SetTimer IsIconic CPaintDC SendMessage GetSystemMetrics CRect GetClientRect DrawIcon GetWindowText WNetAddConnection WNetAddConnection2 GetCurrentProcess OpenProcessToken LookupPrivilegeValue AdjustTokenPrivileges
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:1325821
    • 提供者:leech
  1. killtimer

    0下载:
  2. 我以前写的过滤某窗口及其子窗口的WM_TIMER消息从而破解软件使用时间限制的例子- I before writes filters some window and its the sub- window WM_TIMER news thus explains the example which the software period of revolution limits
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-09
    • 文件大小:7170
    • 提供者:站长
  1. wm_timer

    0下载:
  2. 这项计划要求( WM_TIMER ) ,是专为时间维持。 在这个项目中我用三( 3 )功能( SetTimer , OnTimer , KillTimer ) ,这些功能都支持该计划的选择-This program called (WM_TIMER) ,is designed for time keeping. In this program I used three (3) functions (SetTimer,OnTimer,KillTimer),these function s
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1957971
    • 提供者:张涛
  1. Visual

    0下载:
  2. 本实例中将利用 SetTimer、OnTimer 和 KillTimer 这三个函数实现可调节计时器程序。 本实例编写的计时器有倒计时和正常计时两种计时方式,还可以水平滑块调节计时的快 慢。-UINT SetTimer( UINT nIDEvent, UINT nElapse, void (CALLBACK EXPORT* lpfnTimer)( HWND, UINT, UINT, DWORD) )
  3. 所属分类:File Formats

    • 发布日期:2017-04-01
    • 文件大小:56315
    • 提供者:何治强
  1. SGIP1.2.0.10.DEMO

    0下载:
  2. 用c++编写的的中国联通SGIP协议,内容挺全。 MultiByteToWideChar WideCharToMultiByte CString CFile CFileException CWinApp CDialog CDataExchange CWnd DestroyIcon LoadIcon GetSystemMenu CMenu LoadString AppendMenu SetWindowText SetTimer IsIconic CPaintDC SendMessage Get
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:645941
    • 提供者:tw
  1. GetMSG

    0下载:
  2. killtimer项目是动态库getmsg的源代码工程 mpeg_play是利用getmsg.dll截获otepad.exe 中WM_COMMAND消息的例子,测试的时候请打开notepad.exe,并在其中输入内容,mpeg_play程序将收到相应的消息-KillTimer project is a dynamic library getmsg works mpeg_play source code is the use of intercepted getmsg.dll in WM_CO
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:131101
    • 提供者:月夜の痕
  1. ShowTime

    0下载:
  2. 时钟程序,入门者可以了解setTimer和KillTimer的用法-Clock procedures, entry will be able to know the usage of setTimer and KillTimer
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1957925
    • 提供者:lai
  1. clock

    0下载:
  2. 1. 首先建立一个基本对话的exe工程,并命名为time; 2. 在BOOL CTimeDlg::OnInitDialog()函数内建立一个计时器,SetTimer(1,1000,NULL) 3. 再用classwizard建立消息响应函数void CTimeDlg::OnTimer(UINT nIDEvent),在里面输入代码如下:Invalidate() 4. 再用classwizard建立消息响应函数void CTimeDlg::OnDestroy(),在里面输入代码如下:
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1911991
    • 提供者:tmacq3
  1. UFW

    0下载:
  2. 基于对话框的MFC优盘杀毒程序,运行程序时.有优盘插入时检测u盘里的autorun.inf-for(char cbNum= D cbNum<= Z cbNum++) //遍历可能的U盘盘符 { strdir.Empty() strdir.Format(" c:",cbNum) if(GetDriveType((LPCTSTR)strdir)==DRIVE_REMOVABLE)// 可移动的磁盘 { //-------
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:27266
    • 提供者:韩宾
  1. iceCal24

    0下载:
  2. Timer 使用有SetTimer KillTimer等方法-The use of Timer ,includes some functions SetTimer KillTimer
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:29784
    • 提供者:zxj
  1. Job

    0下载:
  2. 操作系统课程设计:单道系统三种作业调度算法模拟 ○1、在数据结构上选择单向链队,即后备作业队列的每个结点表示一个作业块,每个作业块即JCB包含如下信息:作业名,到达时间,所需时间,已运行时间,作业状态,所需主存大小,所需磁带机数目。 ○2、提交新作业时,调用函数EnQueue(m_JobName,m_NeedTime)即将作业插入到后备作业队列的末尾。接着判断内存作业队列是否为空,若为空则将后备作业调入内存运行并启动计时器SetTimer(1,1000,NULL),更新列表框控件的信息的
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:294868
    • 提供者:何启明
  1. SetTimer

    0下载:
  2. R3定时器的使用 结束 开启 Settimer KillTimer-Use the timer on the end of R3 Settimer KillTimer
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1158
    • 提供者:张明
  1. Timer

    0下载:
  2. 这是一个简单的定时器运用程序,里面演示了SetTimer()函数和KillTimer()函数的运用。-This is a simple timer application program, which demonstrates the SetTimer() function and KillTimer() function is used.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-08
    • 文件大小:1941345
    • 提供者:li hongliang
  1. APIshizhongnc

    0下载:
  2. 易语言源码 API时钟和内存优化,主要命令SetProcessWorkingSetSize KillTimer SetTimer-Easy language source API clock and memory optimization, the main command SetProcessWorkingSetSize KillTimer SetTimer
  3. 所属分类:ELanguage

    • 发布日期:2017-04-11
    • 文件大小:1194
    • 提供者:key_sun
« 12 »
搜珍网 www.dssz.com