搜索资源列表
VBSendText
- VB进程间通讯演示(1.0) 说明:一共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText不能跨进程使用,Po
www.cohoo.com.cn.socket
- 共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText
2006021801
- 共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText不能跨进程使用,
WM_NCLBUTTONDOWN
- void TransparentWnd::OnLButtonDown(UINT nFlags, CPoint point) { CWnd::OnLButtonDown(nFlags, point) //实现无标题拖动 PostMessage(WM_NCLBUTTONDOWN, HTCAPTION, MAKELPARAM(point.x,point.y)) }-void TransparentWnd : : OnLButtonDown (UINT nF
WinKiller
- 窗口杀手 在使用win2000/xp的时候发现,老是出现n个输入法的窗口,不能关掉,又总在最上面,看着很不爽,就写了这个小程序来把他们关掉。 方法很简单,就是FindWindow()在PostMessage(WM_CLOSE,...),没有技术含量,仅仅图实用而已。-window Win2000/xp killer in the use of the time found that there always n input window, we can not switch off, the t
PostMessage
- 一个FTP密码记录器,非钩子密码拦截技术!
PYCX
- 数字键盘的模拟,使用postmessage方法实现,比较简单
MapleStory 冒险岛的后台按键
- 冒险岛的后台按键,VB版的,运用了POSTMESSAGE等API函数,希望大家多多支持-Adventure Island in the background button, VB version, use a POSTMESSAGE other API functions, hope you can
process
- 多进程通信,采用postmessage和内存共享的方式在两个不同程序中通信-Multi-process communication, shared memory using postmessage and the way in two different programs in communication
postmessage_API.rar
- VB对指定窗口进行后台模拟键盘鼠标信息的操作.,VB on the specified window to the background simulation of the operation of keyboard and mouse information.
PostMessage_UDF
- How to use postmessage with autoit? here is a code source (.au3 file) you just need to include it to your scr ipt and done!
SGIP1.2.0.10.DEMO
- 用c++编写的的中国联通SGIP协议,内容挺全。 MultiByteToWideChar WideCharToMultiByte CString CFile CFileException CWinApp CDialog CDataExchange CWnd DestroyIcon LoadIcon GetSystemMenu CMenu LoadString AppendMenu SetWindowText SetTimer IsIconic CPaintDC SendMessage Get
20081125
- 二程序间通信源码(PostMessage)-Second inter-process communication source (PostMessage)
DosEditor
- DOS下Editor的源代码,写得很不错,其中包含了模拟Windows下SendMessage和PostMessage的实现,包含了基础控件的抽象和实现(主要是用DOS的制表符来描画控件),还包含了一些很好的设计思想在里面。-Editor under DOS source code, written very well, which includes a simulation under Windows implementation of SendMessage and PostMessage
MpcController
- 简单的API函数CreateToolhelp32Snapshot ShellExecute PostMessage 用法 VS2005 C-CreateToolhelp32Snapshot ShellExecute PostMessage about some API method in VS2005 C++
SocketCAsyncSocketCSocket
- Socket,CAsyncSocket,CSocket介绍 Socket有同步阻塞方式和异步非阻塞方式两种使用,事实上同步和异步在我们编程的生涯中可能遇到了很多,而Socket也没什么特别。虽然同步好用,不费劲,但不能满足一些应用场合,其效率也很低。 也许初涉编程的人不能理解"同步(或阻塞)"和"异步(或非阻塞)",其实简单两句话就能讲清楚,同步和异步往往都是针对一个函数来说的,"同步"就是函数直到其要执行的功能全部完成时才返回,而"异步"则是,函数仅仅做一些简单的工作,然后马上返回
PostMessagecopy
- 该程序为Windows visual studio2008 mfc基于单文档的美化界面程序,利用postmessage功能,通过对话框来控制文档。-This is a program which programed by Windows visual studio2008 based on mfc. It is also a beautiful interface.
ftpscanner
- unctions/Classes: CCommandLineInfo CString CWnd CDialog CDataExchange GetDlgItem CComboBox CWinApp CSingleDocTemplate DdeInitialize DdeCreateStringHandle DdeGetLastError DdeNameService DdeConnect SetEvent CEvent WaitForSingleObject PostMessage DdeG
PostMessage
- 密码发信程序很好用。在书上找的。可以在写木马的时候使用得到。-Password write a good program to use. In the book to find. Trojan can be used when writing to be.
postmessage-example
- 在VB.NET中用postmessage向记事本写内容-Use "postmessage" statement to write content to notepad in VB.NET.