搜索资源列表
AsynchInvoke
- 基于VC++异步调用的简单源码例子,定义一个字符串,设计循环,格式化字符串,设计编辑框文本,异步调用的实现实例,VC源码下载。-VC++ source code based on a simple example of an asynchronous call, the definition of a string loop design, format string, the text edit box design, implementation instance asynchronous
Clipboard
- 利用剪贴板实现进程间通信,在编辑框中输入文本,点击发送按键,然后点击接收按键,在接收编辑框中能接收到发送编辑框中的内容。-This program realize the communication between progress using clipboard.