登录

最新会员 最新下载

成为了本站VIP会员

05月13日 14:43

成为了本站VIP会员

05月13日 10:19

成为了本站VIP会员

05月12日 14:03

成为了本站VIP会员

05月10日 21:42

成为了本站VIP会员

05月10日 16:59

成为了本站VIP会员

05月09日 16:51
已选条件
  1. 编程语言:Visual Basic
  2. 代码类别:Windows编程
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. Equipment_debug

  VB写的GPIB通讯例子+源码下载,NI 安捷伦 GPIB 大家可以参考看看。在仪器面板中可选择连接方式、GPIB地址、网络地址,可以发送命令。用了一些控件来美化窗体的按钮。(VB wrote GPIB communications+ source code examples download, NI Agilent GPIB we can take a look. In the instrument panel, optional connection, GPIB address, network address, you can send commands. Used some form of control to beautify the button.)

30
下载
79
浏览
2014-05-09发布

2. vbnomwdifytime

  VB6.0禁止修改系统时间的源代码,Windows系统时间有时是自动更新的,如果不选择自动更新,可以手动去修改它,但目前有一些流行的恶意程序为了自己软件方便会强制修改系统时间,本程序可禁止用户或程序修改系统时间,虽然主窗口打开后什么也没,但此时你双击右下角的Windows系统时间,弹出面板内修改时间的话,你会发现修改过的时间会自动恢复,无法修改。本程序的用意并不是在于让用户就这么运行着要程序,而是让VB编程者可从代码中提取出有用的代码,作为一个模块来用,实现禁止修改Windows系统时间的功能。(VB6.0 prohibit changes to the system s source code, Windows system automatically updates the time and sometimes, if you do not choose to automatically update, you can manually to modify it, but there are some prevalent malicious software programs for their own convenience will force changes to the system, this program can prevent users from modifying the system or program time, although the main window opens after nothing but time to time you double-click on the Windows system the lower right corner to bring up the panel s modification time, you will find the modified time will be automatically restored, can not be modified. This program is not intended that allows users to program running on so, but let VB programmers can be extracted from the code of useful code as a module to use, modify the Windows system time to achieve a ban functio)

5
下载
77
浏览
2014-05-08发布

3. GetWindowLong

  一个VB6消息相关源码下载,截取消息,并将消息交给wndproc过程处理.取消消息截取,结束子分类过程.Module1.bas中,定义全局变量,存放控件标志性数据,wndproc函数就是用来接收子类时截取的消息的,将截取下来的消息存放在msg参数中.检测到消息,就可以加入处理代码。需要注意,如果这儿不加入任何代码,则相当于吃掉了这条消息(A message related VB6 source code download, intercept messages and the processing of the message to wndproc Cancel message interception, ending the process of sub-classification. Module1.bas, the definition of global variables, data storage control signs, wndproc function is used to receive child when class intercepted message, the message will be stored in the interception down the msg parameter. detected a message, you can add processing code. Note that if you do not add any code here, is the equivalent of eating this message)

2
下载
107
浏览
2014-05-06发布

4. upsoft

  vb环境下一个支持在线自动更新的程序。如果您有新的、好的代码可以提供给枕善居上发布,让大家学习哦!(vb environment that supports online automatic update process. If you have a new, good code can be provided to the pillow good home release, so that we learn, oh!)

4
下载
120
浏览
2014-05-06发布

5. vbchartprice

  VB以图表形式分析产品价格,其实是显示价格走势,以图表的方式更能清淅的显示价格趋势,每一种商品对应不同的价格走势,Vb编程者,可以此为参考,研究一下VB中坐标图和填充图表的实现方法,对显示分析一些表格型数据相当实用。(VB graphically analyze product prices, in fact, is displayed prices, more clear mission to graphically display trends in prices, each corresponding to a different kind of commodity price movements, Vb programmer, may use this as a reference, look in VB plot filled with charts and implementation methods for the analysis of some tabular display of data quite useful.)

3
下载
91
浏览
2014-04-29发布

6. notepad

  用vb编写的记事本,可以实现记事本的大部分功能(notepad based vb)

2
下载
76
浏览
2014-04-28发布

7. tuoliduosouce

  地磅测试程序,将字符串发送到指定COM口,基于VB写的地磅仪表数据读取工具源码,包括调用了一个仪表通信采集工具、上海耀华、托利多等大众仪表,有一定的参考价值。   设置Com1为通信端口,设置通信端口参数 9600赫兹、偶校验、7个数据位、1个停止位.(这里需要进一步说明的是tting="BBBB,P,D,S,含义是:B:Baud Rate(波特率);P:Parity(奇偶);D:Data Bit;S:Stop Bit)。   .InBufferSize = 40 设置缓冲区接收数据为40字节   .InputLen = 1 设置Input一次从接收缓冲读取字节数为1   .RThreshold = 1 设置接收一个字节就产生OnComm事件。   Timer可以计算从子夜到现在所经过的秒数,在Microsoft Windows中,Timer函数可以返回一秒的小数部分。(Weighbridge test program, the string will be sent to the specified COM port, source-based reading tool written in VB weighbridge instrumentation data, including calling an instrument of communication collection tools, Shanghai Yaohua, Toledo and other public instruments, there is a certain reference value. Set Com1 communications port, set the communications port parameters 9600 Hz, even parity, 7 data bits, 1 stop bit (It should be further noted that tting = "BBBB, P, D, S, meaning:. B: baud Rate (baud rate) P: Parity (parity) D: Data Bit S: Stop Bit). . InBufferSize = 40 is set to receive data buffer is 40 bytes . InputLen = number Set Input once read from the receive buffer byte 1 of 1 . RThreshold = 1 is set to receive a byte generated OnComm event. Timer can be calculated from midnight to now the number of seconds elapsed, in Microsoft Windows, Timer function can return a decimal fraction of a second.)

34
下载
91
浏览
2014-04-25发布

8. vbini

  VisualBasic6全面控件操作INI文件的实例,适合初学者学习(Examples VisualBasic6 full control INI file, suitable for beginners to learn)

2
下载
77
浏览
2014-04-23发布

9. The-Autolisp-code-turns-vba

  将Autolisp的代码转换成 ASCII码进行在VB或CAD自带的VBA编辑器里用命令方式执行转换后的ASCII码(Convert Autolisp code into ASCII code to carry on the ASCII code after took of used an order method in VBA editor performance conversion in the VB or CAD)

3
下载
73
浏览
2014-04-16发布

10. course

   VB选课管理系统 VB+ACCESS 是一款简单的小程序,给大家看看(The VB course management system)

2
下载
71
浏览
2014-04-11发布

11. Visual-Basic-programming-examples

  Visual Basic 6.0编程实例大全(Visual Basic 6.0 programming examples)

1
下载
79
浏览
2014-04-11发布

12. project1

  定时闹铃系统,可后台操作 功能很好,一键停止(Regular alarm system, background operation)

1
下载
85
浏览
2014-03-31发布

13. CSharp_VB-new

  c#和vb的dll相互调用,包含源码,提供参考(C# and VB DLL call each other)

6
下载
87
浏览
2014-03-29发布

14. vb

说明:  一个用VB制作的简单的文件编辑器,可以有很多使用的小功能,适合初学者看的小代码。(VB produced a simple document editor, can have small features a lot of use, suitable for beginners to see small code )

0
下载
74
浏览
2014-03-25发布

15. VB-to-export-data-to-Excel-

  VB实现把数据导入到EXCEL表格当中去,很完美(VB to export data to Excel spreadsheet files)

9
下载
84
浏览
2014-03-20发布

16. tts

  VB编写的网管呼叫系统,含服务器端和客户端。。(VB, network call system, including server and client. .)

6
下载
72
浏览
2014-03-16发布

17. Bohaoqi

  使用API来自动拨号换取IP,并自动记录到数据库中,如果该IP在一天内重复,则可以继续自动换IP。直到IP不相同为止,一般可以用来抓取网页,发送信息等限制IP的网站。(Using the API to automatically dial in exchange for IP, and automatically record to the database, if the IP is repeated in a day, you can continue to automatically change IP. Until IP are not the same date, can generally be used to crawl the web, send messages and other restrictions IP site.)

4
下载
68
浏览
2014-03-16发布

18. vbbatzs

  VB6.0批量打印证书,本源码不但可以作为证书打印的例子,还可作为证书界面设计的例子,虽然还不是很精美,但至少来说给出了一个Vb证书设计的大致框架,对需要此方面要求的VB编程者是个参考。(VB6.0 batch printing certificates, the source not only can be used as certificate printing example, also can be used as a certificate interface design examples, though not very elegant, but at least it gives a framework design of Vb certificate of need, the requirements of the VB program is a reference.)

5
下载
73
浏览
2014-03-10发布

19. egaoruanjian

  专门恶搞好友的软件,此软件任务管理器无效 阿发啊大法师(Friends spoof specialized software, this software task manager invalid A hair ah Archmage)

1
下载
82
浏览
2014-03-08发布

20. Excel-VBA-Master

  各种Excel VBA编程的范例,非常有实用价值。(Various kind of codes for VBA application for data processing.)

5
下载
92
浏览
2014-02-28发布