搜索资源列表
GetMessagAndPeekMessage
- 深入GetMessage和PeekMessage-depth GetMessage and PeekMessage
SendMessage
- 一个sendmessage与getmessage的简单示例-Sendmessage with a simple example getmessage
PasswordSpy
- PasswordSpy 程序最有趣的部分其实是使用 SetWindowsHookEx API.函数设置Windows 钩子。利用该函数你可以将钩子安装到操作系统中或者某个特定的进程中。钩子的种类有很多种,每种钩子作用也不尽相同,用来监视特定的一组事件。当某一类事件发生时,钩子代码被调用。PasswordSpy使用WH_GETMESSAGE钩子,它监视对GetMessage 和PeekMessage 的调用.-PasswordSpy is a program that will allow you
testwin
- 如何在Delphi中编写小于20K的Windows程序. 演示如何使用: CreateWindow,CreateWindowEx,SendMessage and GetMessage TranslateMessage and DispatchMessage, CreateFont 演示如何使用API创建Windows窗口控件-How to Delphi in the preparation of the Windows program is less than 20K.
getmessage
- VB做的一个获取系统的信息,希望对大家学习VB编程有用-VB do a acquisition system for all the information that is useful learning VB
GetMessage
- 简单的windows不同窗口之间的message通信,适合初级学习者-Simple Windows of the message communication between different window, suitable for primary learners
RandRect
- 随机矩形生成器。可用来查看peekmessage与getmessage的区别-Random rectangle generator. Used to view peekmessage difference with getmessage
commons-email-1.3.3-bin.tar
- 与发Email有关, public class sendMessage extends Thread { @Override public void run(){ super.run() try{ HtmlEmail email = new HtmlEmail() email.setHostName( *.163.com ) email.setTLS(true) email.setSSL(true) email.setChars
getmessage
- 与全站仪通信的代码,包括串口通讯协议的代码实现-Total Station to communicate with the code, including code serial communication protocol implementation