搜索资源列表
killtimer.zip
- 我以前写的过滤某窗口及其子窗口的WM_TIMER消息从而破解软件使用时间限制的例子
killtimer.zip
- 站长写的一个截获并过滤某个程序中的某个消息的程序。比如通过过滤WM_TIMER消息来消除某些未注册程序的运行时间限制
截取程序消息的DLL和使用例子GetMSG getmsg
- 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
UnwindowsTimerSupport
- 提供了MFC中的CTimer类的功能,但它不需要窗口的支持,使用时,只需继承CTimerSupport类。 计时器是持续运行的,如果不被KillTimer()函数停止;会持续调用OnTimer()函数。-the MFC CTimer the functional category, but it does not need the support of the window, use, only inherit CTimerSupp
KillTimer
- 删除其它应用程序定时器的方法实现 可以用消息处理程序找到定时器ID
killtimer
- 使用sdk编写的拦截过滤程序中某个消息的小程序 可以帮助了解sdk的编程方法
asp.net__liang
- asp.net C# asp.net技术方案 MessageBox SetTimer IsIconic CPaintDC SendMessage GetSystemMetrics CRect GetClientRect DrawIcon GetWindowText WNetAddConnection WNetAddConnection2 GetCurrentProcess OpenProcessToken LookupPrivil
killtimer
- 我以前写的过滤某窗口及其子窗口的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
截取程序消息的DLL和使用例子GetMSG getmsg
- 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
UnwindowsTimerSupport
- 提供了MFC中的CTimer类的功能,但它不需要窗口的支持,使用时,只需继承CTimerSupport类。 计时器是持续运行的,如果不被KillTimer()函数停止;会持续调用OnTimer()函数。-the MFC CTimer the functional category, but it does not need the support of the window, use, only inherit CTimerSupp
KillTimer
- 删除其它应用程序定时器的方法实现 可以用消息处理程序找到定时器ID-Delete other applications of the method of timer message processing procedures can be used to find the timer ID
killtimer
- 使用sdk编写的拦截过滤程序中某个消息的小程序 可以帮助了解sdk的编程方法-Sdk prepared using the filter program to intercept messages in a small program can help understand the sdk programming method
asp.net__liang
- asp.net C# asp.net技术方案 MessageBox SetTimer IsIconic CPaintDC SendMessage GetSystemMetrics CRect GetClientRect DrawIcon GetWindowText WNetAddConnection WNetAddConnection2 GetCurrentProcess OpenProcessToken LookupPrivil
SGIP1.2.0.10.DEMO
- 用c++编写的的中国联通SGIP协议,内容挺全。 MultiByteToWideChar WideCharToMultiByte CString CFile CFileException CWinApp CDialog CDataExchange CWnd DestroyIcon LoadIcon GetSystemMenu CMenu LoadString AppendMenu SetWindowText SetTimer IsI
GetMSG
- 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 i
ShowTime
- 时钟程序,入门者可以了解setTimer和KillTimer的用法-Clock procedures, entry will be able to know the usage of setTimer and KillTimer
wm_timer
- 这项计划要求( 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,OnTim
Visual
- 本实例中将利用 SetTimer、OnTimer 和 KillTimer 这三个函数实现可调节计时器程序。 本实例编写的计时器有倒计时和正常计时两种计时方式,还可以水平滑块调节计时的快 慢。-UINT SetTimer( UINT nIDEvent, UINT nElapse, void (CALLBACK EXPORT* lpfnTimer)( HWND, UINT, UINT, DWORD) )
clock
- 1. 首先建立一个基本对话的exe工程,并命名为time; 2. 在BOOL CTimeDlg::OnInitDialog()函数内建立一个计时器,SetTimer(1,1000,NULL) 3. 再用classwizard建立消息响应函数void CTimeDlg::OnTimer(UINT nIDEvent),在里面输入代码如下:Invalidate() 4. 再用classwizard建立消息响应函数void CT
UFW
- 基于对话框的MFC优盘杀毒程序,运行程序时.有优盘插入时检测u盘里的autorun.inf-for(char cbNum= D cbNum<= Z cbNum++) //遍历可能的U盘盘符 { strdir.Empty() strdir.Format(" c:",cbNum) if(GetDriveType((LPCTSTR)strdir)==DRIVE_REMOVABLE)//