搜索资源列表
dev
- 利用Visual Basic开发贪吃蛇游戏控件和 源代码-use Visual Basic to develop the game Snake Control and source code
visualbasic.netxiangmukaifashijian
- Visual Basic.NET控件时尚编程百例-Visual Basic.NET fashion programming controls 100 cases
MapXTest
- 本软件系统是使用GIS控件MapX在Visual Basic集成开发环境下开发的具有基本GIS功能的一个例子程序,基本功能有:选择,放大,缩小,平移\\量距离,自动标注等.-The software system is the use of GIS MapX controls in Visual Basic Integrated Development Environment with the development of the basic functions of a GIS procedu
Visual_Basic.NET_GDI+
- 《Visual Basic.NET GDI+技术教程》源码 《Visual Basic.NET GDI+技术教程》的图书简介 GDI+是在Windows窗体应用程序中以编程方式显示图形图像的一种方法。 本书讨论GDI+技术、“图形编辑器”、“图像”菜单。由三部分组成,第一部分,概述了GDI+及GDI+的新功能,讨论了Graphics对象及该对象的方法,状态和创建,讨论了五种画笔的使用,讨论了Font对象,构造函数、属性、方法和颜色,讨论了Color对象的成员及它们的应用, RG
changguikongjian
- VISUAL BASIC 中所有常规控件的使用都在上面 可以为初学者提供很好的示例-all conventional control in the use of the above can provide a good beginners Example
Xfenge
- Visual Basic XP风格的界面效果控件
vb.net_2008_kongjian
- vb.net 2008控件使用范例详解 例子0809-vb.net 2008 Controls example of the use of examples Xiangjie 080911
pdfeditor_ocx
- pdf文件编辑工具控件,功能十分强大,经典之作-pdf document editing tool control, function is very powerful, classic
imagelisandsstab
- 一个讲述使用imagelist 和 tab控件编程的实例-an example of the use of imagelist and tab control
DBCom_Sample_VB6
- dbcom控件例程,举例在visual basic中实现dbcom数据库的访问-A dbcom_sample which tell you how to use the dbcomlib in vb.
mscomm
- 在windows操作系统下利用visual Basic语言编写程序,实现两台电脑之间基于MSCOMM串口通信控件的文件传输,并能显示文件内容-In the windows operating system using visual Basic programming language to achieve between two computers MSCOMM serial communication control based on file transfer, and can displa
2-VB_kongjian
- Visual Basic与分布监控系统书籍,此章为第二章,讲述VB控件和通讯元件~-Visual Basic Books and distribution monitoring system, this chapter is the second chapter, about the control and communications component VB ~
VBeg
- VB第一章 Visual Basic程序设计概述(1) 第二章 VB简单的程序设计(3) 第三章 VB语言基础(2) 第四章 基本的控制结构(6) 第五章 数组(4) 第六章 过程(5) 第七章 常用控件(4) 第八章 界面设计(3) 第九章 文件(2) 第十章 图形(3) 第十一章 数据库技术(1)-VB Visual Basic
vc
- VC++ 6.0数据库实例教程 pdf,vc数据库系统开发实验,一个完整的Visual C++课程设计,用VC的实验报告做基础资料来展开讲解,非官方正式教程,内容涉及建立数据库、建立DLL工程、建立应用程序工程、界面设计、对数据库操作的主要函数实现、改进列表控件添加编辑功能、编译和调试程序等,特别适合毕业设计者下载参考,也适合VC++初学者当作一个VC数据库实例教程来学习-VC++ 6.0 database instance tutorial pdf, vc database systems d
Visual-cPP-and-Visual-basic
- 水晶报表控件的示例程序Visual C++ 和Visual Basic源代码-Visual C++ and Visual Basic source code
vb-com-programming
- Visual Basic 串口通信编程 基于Visual Basic的MSComm控件的软件开发指南-Programming Visual Basic serial communication based on Visual Basic MSComm control software development guide
Project1
- 在程序运行时单击窗体内的某个位置,Visual Basic将调用窗体的Form_Click事件。如果单击的是窗体内的控件,则只能调用相应控件的Click事件。Click事件:标题栏显示“鼠标单击”,窗体显示 欢迎使用VB Private Sub Form_Click() Caption = 鼠标单击 Print 欢迎使用VB End Sub -在程序运行时单击窗体内的某个位置,Visual Basic将调用窗体的Form_Click事件。如果单击的是窗体内的控件,则只能
VB窗口句柄查询
- 这是一个查找控件或窗口句柄,然后发送消息的程序,功能强大,Visual Basic 6.0编写,可以托到放大镜查找到QQ资料控件的句柄设置资料,不会被限制长度,也可以设置超长网名(在群里有效),还有其它的地方都可以用到,自己慢慢研究一下,现在只是随便做了一下,其实还可以加好多功能的,大家可以提出宝贵的意见.