关键字  
 文件名称: 2006021801共四个演示。分别如下:

1:Sample

 一个简单的使用了共享内存映射的例子,运行两个下载  收藏√  我顶↑
  所属分类: Process-Thread
  开发工具: Visual Basic
  文件大小: 51 KB
  上传时间: 2006-06-28
  下载次数: 15
  提 供 者: 毛东
 详细说明:共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText不能跨进程使用,PostMessage只能在WM_USER以上的自定义消息中才能传递指针,那么如何才能异步通讯呢?我还没有好主意,就用定时器吧!看看这个可以聊天的程序就知道了。-a total of four demonstration. Respectively, as follows : 1 : Sample a simple use of shared memory mapping example, look at two examples run, we know that nothing special. 2 : SendText not window-type, and to achieve this definition of news from the same effect. 3 : As demonstrated SendFile 2 updates, or to pass through the string, impossible to send large text, the cases demonstrate a comprehensive and demonstration to send two large text functions. 4 : Chat demonstration two and three demonstration SendMessage are used to notify the news release, it is not asynchronous communications, inter-process SetWindowText not use, PostMessage WM_USER only in the above-defined messages can transfer target, How can we asynchronous communication? I have not a good idea, on the timer! Chat can look at
 输入关键字,在本站48万海量源码库中尽情搜索:  帮助
 [API500.rar] - 常用500多个windows API函数说明,并含有VB举例的程序代码
 [WinKiller.rar] - 窗口杀手 在使用win2000/xp的时候发现,老是出现n个输入法的窗口,不能关掉,又总在最上面,看着很不爽,就写了这个小程序来把他们关掉。 方法很简单,就是FindWindow()在PostMessage(WM_CLOSE,...),没有技术含量,仅仅图实用而已。
 [HWE.zip] - 懒人手写体模拟生成器 (免费软件) 此软件是为应付某些不能用电脑打印的文体(如思想汇报,学生作文等)而设计的。它能将已有的字串经变形处理产生类似手写体的效果,并保存在 Word文档中。 特点: 1.只要预先定制好纸张,如信纸的长、宽、行距等,就可以用该信纸直接打印,而无需改动所生
 
 [SendmessageTolist.zip] - 发送消息到列表的演示源代码,可以实时改变系统列表栏内容
 [Vbyclwf.rar] - Visual Basic实现程序互斥运行的方法
 [SharedMemIpc_demo.zip] - 使用共享内存通讯的程序例子
 [VFP名片管理系统.rar] - 这是一简单的名片管理系统,简单的数据库编程。
 [DSParithmetic.application.design.rar] - 一本对于学dsp的新手,高手都有帮助的DSP算法,及应用的好书!
 [VBSendText.zip] - VB进程间通讯演示(1.0) 说明:一共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传
文件列表(点击判断是否您需要的文件):
  Chat
  ....\Chat.vbp
  ....\frmFileMapping.frm
  ....\MSSCCPRJ.SCC
  ....\ShareStr2.cls
  Chat.exe
  Common
  ......\Debug.bas
  ......\modCommon.bas
  ......\ShareStr.cls
  ......\ShareStr2.cls
  MSSCCPRJ.SCC
  ReadFirst.txt
  readme.txt
  Sample
  ......\Form1.frm
  ......\Sample.vbp
  Sample.exe
  SendFile
  ........\frmSendFile.frm
  ........\SendFile.vbp
  SendFile.exe
  SendText.exe
  SetText
  .......\frmSendText.frm
  .......\SendText.vbp