搜索资源列表
VB色彩渐变条的调制与展示原理代码
- 渐变色彩展示示例源码,基于VB的源程序实现,在程序中,R/G/B三色分量的大小分别用拖动条的改变为例进行随机分配,每拖动一次滚动条,代表任一基色的值会改变,调制出的渐变色当然也就不一样,程序运行的截图如上示,需要了解更详细情况的朋友请下载源码包查看。
vb
- 这是一个用vb做的比较简单的学生信息查询系统,是以前毕业时朋友的毕业设计,不错的!-This is a vb to do with students is relatively simple information systems, the former friend s graduation graduation design, good!
RTFEditor_VB
- RTF 编辑器,并附带中英文翻译方法。visual Basic源码。-RTF editor, along with Chinese and English translation.
vb-Vista
- vb仿vista控件,非常漂亮vb控件,欢迎大家下载-vista imitation vb control, vb controls very beautiful
DNF
- VB程序编写盗取DNF密保。并且自动上传到你的FTP空间,原理:判断进程里是否有DNF.exe 后再截图。截图后自动将图片压缩,再自动上传到你的FTP-VB programmers to steal secret DNF Paul. And automatically upload to your FTP space, Principle: the process to determine whether there was any DNF.exe after shots. Screenshot
VBdynamicloadingdriveandusetheIOCTLcommunication.r
- VB 动态加载驱动并使用IOCTL通讯 -VB dynamic loading drive and use the IOCTL communication
DeviceInfo
- DeviceInfo mafire one 的VB开发包-DeviceInfo mafire one of the VB development package
VB-YKMUSB-sampling
- 使用vb与衡河9140示波器连接,并控制采集一列脉冲数据,对数据进行分析,计算脉宽、积分面积、平均电压,并将波形通过picture控件显示在界面上-Using vb oscilloscope connected with the value for r. 9140, and a pulse control and data acquisition data, analyze data, calculate pulse width, integration area, average voltag
vb-zcb-RUN
- vb控制注册表的RUN项-vb控制注册表的RUN项-vb control of the registry RUN key-vb control of the registry RUN key
bank
- 电话银行VB例程 D080A-R (PCI )语音处理卡保持了东进公司产品一贯的优良品质,高可靠,易用性及良好的性能价格比。高密度设计,单板完成8 路通道的处理,含有16 路DTMF 收发,数字录放音,信号音检测,主叫号码识别。-Telephone banking VB routine D080A-R (PCI) voice processing cards to keep the East into consistent good quality products, high reliab
VB_Programming_QQ_chat_window_jitter_source_code.r
- VB编程设计QQ聊天窗口抖动程序源码VB Programming QQ chat window jitter source code-VB Programming QQ chat window jitter source code
vb_programming_graphical_menu_system_menu_source.r
- vb编程实现系统菜单图形菜单源码vb programming graphical menu system menu source-vb programming graphical menu system menu source
Application_Programming_vb_calendar_control_code.r
- vb编程设计控件应用日历程序代码Application Programming vb calendar control code-Application Programming vb calendar control code
VB_acquisition_system_printe_set_default_printer.r
- VB 获取系统打印机并设置为默认打印机VB acquisition system printer and set as the default printer-VB acquisition system printer and set as the default printer
VB_programming_combo_box_displays_file_list_code.r
- VB programming combo box displays the VB编程实现在组合框中显示文件列表经典代码-VB programming combo box displays the file list in the classic code
MDB_database_generate_Word_Excel_code_statements.r
- VB将MDB数据库生成Word、Excel、HTML报表源代码MDB database, VB will generate Word, Excel, HTML source code statements-MDB database, VB will generate Word, Excel, HTML source code statements
VB_code_attached_packet_capture_control_examples.r
- VB抓包控件源码附应用实例VB source code attached packet capture control application examples -VB source code attached packet capture control application examples
Dynamic.three.dimensional.figure.Programming.VB..r
- VB 动态三维图编程设计经典代码Dynamic three-dimensional figure Programming VB Classic code -Dynamic three-dimensional figure Programming VB Classic code
vb_res
- 介绍VB中添加使用RES资源文件的方法,可以实现绿色软件编程。-Introduction VB RES resource file to add the method to use, you can achieve green software programming.
VB ARGB
- 用VB实现ARGB,方法很简单。 背景R * (1 - A / 255) + 图像R * (A / 255) 背景G * (1 - A / 255) + 图像G * (A / 255) 背景B * (1 - A / 255) + 图像B * (A / 255) 虽然对于图像的处理较为慢一些...(Using VB to implement ARGB, the method is very simple. Background R * (1 - A / 255) + image R *