利用vb内部编程,读取文本文件,转换为数据文件格式-use vb-house programming, reading the text file, change the file format for data 下载
|
用vb实现读取保存文本文件每一行的第一个字符- 下载
|
用vb实现读取文本文件(程序里包含三种不同的实现方法),适合于初学者.- 下载
|
Vb 读取文本数据,每次一行一行显示,以及对文本字符串的分割。-read text data, each party and his party, and the text string segmentation. 下载
|
用vb编写的usb接口 数据读取 版本5.0-prepared with the USB interface data read version 5.0 下载
|
本程序利用VB实现了串口读取转速计的功能,相信会对VB开发串口通信的读者有很大的帮助-procedures for the use of the VB read the serial speed of function, I believe it VB serial communication readers will be very helpful 下载
|
vb写的防火墙,功能较为专业实用强大,可以防止一些软件的非法读取本地端口,有过滤功能,软件界面模仿诺顿杀毒软件界面,很有个性。 -a filewall write by VB,which great function for profession and application,can prevent some softwares read the local port illegal,with the function for filtration,whose interface likes the NORDON s. 下载
|
本VB源程序实现对超星图书pdg文件页面的提取和加密破解。方法是运行ssreader之前,先运行wingate(设置对*.pdg进行缓存),然后在ssreader中阅读或下载一本书(这种书无法在别的机器上阅读),再运行本程序,将wingate缓存目录中的所有.pdg文件提取出来并自动按页码编号,然后在利用pdg2pic就可以将整本书保存为自己希望的格式。- 下载
|
本文介绍了采用VB语言编程,利用CAN现场总线技术以及华控RSM智能模块搭建分布式监控系统的逻辑结构,采用CAN2.0通讯协议实现上位机与模块的数据通信。详细介绍了RSM04隔离型脉冲输入计数器模块与上位计算机的连接与通讯实现。在实验过程中模拟了信号发生源,其发出的信号经模块采集后送至上位机,执行计数值程序后,可以读取计数结果。- 下载
|
一般会使用WINDOW API的情况,实在是因为VB本身不提供某些功能,但是,程式所 需又不得不然,例如:读取Registry内的资料,VB只提供SaveSetting、Getsetting 等 系列的指令,但是它只能读取特定地区的值,要读、删、更动其他区域的值时,就无法 使用。再如:仔细看一看Combo Box的Events,其中没有MouseMove,但这是我们经常用 上的一个Event,那该如何呢?是的,那只有透过Winodow API。而VB呼叫Window API一 般不都使用API检视员,直接将相对应的API COPY到我们的程式中就好,那还用什麽技 巧吗?其实不然,因为VB资料格式的问题,又加上VB本身没有指标,在许多地方需要一 些小技巧才能解决,而且我们经常因应不同的需求,将API 检视员的宣告COPY过来後再 做一些修改,最重要的,如果有一个.DLL档,它不在API 检视员中定义,那时,就只有 自己想办法啦。 -general use WINDOW API, it is because Visual Basic itself does not provide certain functions, but also for programs not otherwise, such as : reading the information contained in the Registry, VB only SaveSetting, Getsetting series of commands, but it can only read the specific values have to read, cut changes to the value of other regions, it can not be used. Another example : A close look at the Combo Box Events, which MouseMove not, but it is often used in an Event, then how? Yes, it is only through Winodow API. While VB Window API calls are not normally used to examine API, directly corresponding to the API COPY of our programs to be good enough, then what skills to use? That is not true, because the VB data format, coupled with no indicators of VB itself, and in many places require som 下载
|