Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - MSDN
Search - MSDN - List
磁盘格式化程序,msdn中没有提供磁盘格式化函数说明,但是只要加载shell32.dll,可以从中查到磁盘格式化函数SHformatdrive,可以利用此函数调用磁盘格式化界面。-disk formatting procedures, which are not available flowing disk formatting functions that However, as long as loading motto. disk can be found from SHformatdrive formatting function, use this function call interface disk formatting.
Date : 2008-10-13 Size : 7.7kb User : 蒋美娟

Integrate the latest MSDN with VC6 and Hook functions of COM
Date : 2008-10-13 Size : 20.83kb User : guard2002

DL : 1
//以前一直没有注意到一个问题,就是用键盘钩子截获字符输入时是截不到特殊字符的,比方说中文输入法之类的. //后来用到了消息钩子去HOOK WM_IME_CHAR,这时候大部分已经能够获取了,但是对于其他一些程序,比方说 //WORD之类的也就不能截获了.后来到MSDN上查到, 要用到WM_IME_COMPOSITION消息,并且在处理该消息 //时要用到IMM的一些库函数从输入法数据区中获取.比方说ImmGetContext,ImmGetCompositionString等等.
Date : 2008-10-13 Size : 1.96kb User : lypdl

磁盘格式化程序,msdn中没有提供磁盘格式化函数说明,但是只要加载shell32.dll,可以从中查到磁盘格式化函数SHformatdrive,可以利用此函数调用磁盘格式化界面。-disk formatting procedures, which are not available flowing disk formatting functions that However, as long as loading motto. disk can be found from SHformatdrive formatting function, use this function call interface disk formatting.
Date : 2025-12-24 Size : 7kb User : 蒋美娟

Integrate the latest MSDN with VC6 and Hook functions of COM
Date : 2025-12-24 Size : 21kb User :

DL : 0
//以前一直没有注意到一个问题,就是用键盘钩子截获字符输入时是截不到特殊字符的,比方说中文输入法之类的. //后来用到了消息钩子去HOOK WM_IME_CHAR,这时候大部分已经能够获取了,但是对于其他一些程序,比方说 //WORD之类的也就不能截获了.后来到MSDN上查到, 要用到WM_IME_COMPOSITION消息,并且在处理该消息 //时要用到IMM的一些库函数从输入法数据区中获取.比方说ImmGetContext,ImmGetCompositionString等等. -//Has not been previously noted that one issue, that is intercepted by the keyboard hook input characters is less than cut-off special characters, such as Chinese input method, such as.// Later use the information to hook HOOK WM_IME_CHAR, this time the majority of has been able to obtain, but for some other procedures, for example,// WORD like it should not intercepted. later found on MSDN, take into account WM_IME_COMPOSITION news, and deal with the message// when to use IMM Some library functions from the input data area to obtain. For example ImmGetContext, ImmGetCompositionString and so on.
Date : 2025-12-24 Size : 2kb User : lypdl

DL : 0
变速齿轮原理是,游戏在刷新画面时会用到时钟来控制刷新速度,有过游戏开发的人都知道,一般游戏锁定1秒30帧,这样会很流畅,人眼有视觉停顿,当速度达到1秒16帧的时候,就是在跑动画了,游戏用到的计时器有大部分是两个windows提供的api函数,一个是::GetTickCount,一个是::timeGetTime,这两个api的原型请查msdn,我们利用hook api 去修改它的值,从而改变游戏速度,工程是一个d-Change gear principle is that the game will refresh the screen refresh rate is used to control the clock, had a game developer knows that, generally 1 second 30 game lock, it will be very smooth, human eyes have visual pause, When the velocity reaches 1 second 16 time is running animation, and game timer are used to provide most of the api function of two windows, one is:: GetTickCount, one is:: timeGetTime, these two api prototype please check msdn, we use the hook api to modify its value, thus changing the game speed, works as a dll!
Date : 2025-12-24 Size : 2kb User : 吴磊

微软API截获库,该代码也包含在MSDN的例子中。-Microsoft API interception library, the code is also included in the MSDN example.
Date : 2025-12-24 Size : 595kb User : 王强

利用Gina控制Windows登录和注销,锁定,修改了MSDN示例代码的bug,经过测试在windows 2003下成功-Gina control the use of the Windows registry and log off, lock, modified the MSDN sample code for the bug, has been tested successfully in windows 2003
Date : 2025-12-24 Size : 3.07mb User :

有不少开发者使用Visual Studio® 提供的工具Spy++。使用Spy++,你可以了解一个运行中的应用程序的窗体布局或确定一个导致bug的特定窗体消息。然而,当你创建一 个基于Microsoft® .NET框架的应用程序,Spy++变得不太管用了,因为由Spy++截取窗体消息和类不能与开发者使用或甚至看到的任何事情通信。 开发者真正所想看到的 是被托管的事件和属性值。 本文描述如何使用一个名为ManagedSpy的新工具并且它的关联库ManagedSpyLib,它们均可从MSDN® Magazine网址下载。与Spy++显示Win32® 信息比如窗体类、样式和消息相似,ManagedSpy显示托管控件、属性和事件。ManagedSpyLib允许你以编程方式访问另一个进程中的 Windows® 窗体控件。你可以获得并设置属性以及在你自己的代码中事件上同步。ManagedSpyLib也可以帮助你创建测试带(test harnesses)并且可以执行窗体、消息和事件记录(event logging)。 -Many developers use Visual Studio ® provides the tools Spy++. Using Spy++, you can learn about a running application form layout or cause the bug to determine a specific form messages. However, when you create one based on Microsoft ® . NET Framework applications, Spy++ becomes less useful, because by the Spy++ class can not intercept messages and forms with the developer to use or even seen anything communication. The developers really want to see is being hosted events and attribute values. This article describes how to use a new tool called ManagedSpy and its associated libraries ManagedSpyLib, they can be downloaded from the MSDN ® Magazine. With Spy++ displays Win32 ® information such form class, style and message similar to, ManagedSpy show managed controls, properties, and events. ManagedSpyLib allows you to programmatically access another process in the Windows ® Forms controls. You can get and set properties as well as in your own code event syn
Date : 2025-12-24 Size : 187kb User : 泽客
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.