搜索资源列表
SendKeys
- VS2008 C#. 在.net环境下,利用系统钩子,截获并发送按键消息。 本程序的目的是以一定的时间间隔不断对某一窗口程序发送按键信息,以实现自动阅读的效果。 其中Keyboard.cs是一个可重用性很高的类,值得参考。-VS2008 C#. Demonstrate using hooks to get and send keyboard messages.
SendMessage
- 一个sendmessage与getmessage的简单示例-Sendmessage with a simple example getmessage
SendMessage
- 用C#写的短信发送系统,压缩文件中包括该工程的所有的源码-Using C# to write the message delivery system, compressed file, including all the source code of the project
SendMessage
- 用C#编写的手机发短信功能,-Written in C# using mobile phone text messaging functionality
DivString
- 用指定的符号分割字符串,可以作为程序的资料,提高编程效率!-void CDivStringDlg::OnPaint() { if (IsIconic()) { CPaintDC dc(this) // device context for painting SendMessage(WM_ICONERASEBKGND, (WPARAM) dc.GetSafeHdc(), 0) // Center icon in client rectang
CSharpwinform-sendMessage
- C# 线程之间传递消息使用sendMessage-C# passing messages between threads using the sendMessage
SendMessage
- socket异步发送数据数据,对于多个客户端快速进行的发送和接收而不阻塞-socket sen message
AIP
- 應用sendmessage和defwndproc寫的一個對目標程式發送字符串的小工具,並且可以接收目標發送的消息。(因剔除了皮膚控件,請使用者自行將引用中報錯的dll刪除)-Applications sendmessage and defwndproc write a gadget string sent to the target program, and can receive messages sent by the target. (Due to the exclusion of ski
Keyboard-master
- Keyboard Master provides a simple .NET (C#) interface to simulate Keyboard or Mouse input using the Win32 SendInput method to foreground windows and SendMessage/PostMessage for background windows.