搜索资源列表
VBSendText
- VB进程间通讯演示(1.0) 说明:一共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText不能跨进程使用,Po
sendMessage_VB
- 在vb中使用sendmessage在两个进程间进行通信的示例程序. -in vb use sendmessage process between the two exemplars of communication procedures.
SendMessage
- 发送一个按键值到应用程序+VB源代码.rar
QQxingbie
- 几个月前用VB做的小软件,今天把他翻出来又重新修改了一下,使其支持QQ2006,QQ2007 Beta1, 网上的流传的QQ性别修改器倒是不少,但是没看到几个公布了源代码的,其实这个软件非常简单,主要就是用到了FindWindow,EnumChildWindows 和SendMessage几个API函数(不知道把这个小软件发到这里有没有偏题啊~! ^_^)我把我写的代码发上来,希望能对感兴趣的朋友有一定的帮助.我是菜鸟,希望大家不要丢苹果和西瓜(不介意葡萄之类的小水果,^_^)
13645
- 用VB做万象密码查询工具,这里用到几个常用的API函数:FindWindow,SendMessage,GetClassName,WindowFromPoint
用VB实现状态栏上的进度条
- Option Explicit Public Declare Function SendMessage Lib \"user32\" Alias \"SendMessageA\" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long Public Declare Function SetParent Lib \"user32\" (ByVal hWndChild As Long,
sendmessage
- VB编写自动喊话器*教程(完整版),跟随鼠标的光标发帖-sendmessage
GSMMessagebseonVB
- 基于VB的GSM源程序,内含VB的源程序,可以随意的修改为自己需要的文件-GSM sendmessage base on VB
Sendmessage
- 在局域网内发送消息,用VB开发的,又需要的可以下载-Send a message in the LAN, using VB development, but also can download the necessary look at the
Video_capture_program
- VB开发的视频捕捉程序源代码,方便实用。Function capCaptureSingleFrameClose(ByVal lwnd As Long) As Boolean capCaptureSingleFrameClose = SendMessage(lwnd, WM_CAP_SINGLE_FRAME_CLOSE, 0, 0) End Function -VB development video capture program source code, convenient a
sendmessage
- 给另一窗口文本框发信息,代码简单,仅献给VB初学者!-Text box to another window, send messages, the code is simple, just dedicated to VB for beginners!
sendmessage
- 在Windows编程中,向文本框控件、列表控件、按钮控件等是我们最常接触的控件了。但是在VB中这些控件有时无法实现我们的需要。在这时,我们只要简单的利用Windows API函数就可以扩充这些控件的功能了。-In Windows programming, to the text box control, list control, button control so that we control the most exposure. But sometimes these controls i
SendMessage
- vb编写的几个按键模拟的代码,实现简单的*的功能-vb prepared several key simulation code
vbSendMessage
- VB进程通信的例子,Sendmessage,postmessage-Examples of VB-process communication
KILLAPP
- vb应用程序终止另一个程序源代码实例程序-Dim buf As String* 256 Dim title As String Dim length As Long Get the window s title. length = GetWindowText(app_hWnd, buf, Len(buf)) title = Left$(buf, length) See if this is the target wind
Thk
- VB程序太平洋 sendmessage的使用-The Pacific sendmessage use VB program
mixcutar-bubble
- The Pacific sendmessage use VB program
ZUGZSTY7
- VB程序太平洋 sendmessage的使用(The Pacific sendmessage use VB program)
passinb-recoad
- VB程序太平洋 sendmessage的使用(The Pacific sendmessage use VB program)
VB6 Camera
- VB6 Camera 可连续拍照, 读取点颜色, 粘贴夹保存文件(Public Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long Public Declare Function capCreateCaptur