搜索资源列表
VBSendText
- VB进程间通讯演示(1.0) 说明:一共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以不能异步通讯,SetWindowText不能跨进程使用,Po
用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,
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
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
ZUGZSTY7
- VB程序太平洋 sendmessage的使用(The Pacific sendmessage use VB program)
passinb-recoad
- VB程序太平洋 sendmessage的使用(The Pacific sendmessage use VB program)
18032632
- VB程序太平洋 sendmessage的使用()
