-
-
MouseMove.rar
MouseMove事件里写入 控件.BorderColer=RGB(...,...,...)
在form中添加一个按钮,一个combobox,combo1的style属性调成2,完成后粘贴如下代码,运行。移动鼠标到按钮上面看效果,窗口名称字改变。
-
-
-
A_2.rar
2. 实现会员注册时的窗体功能,注册信息至少包含如下所列:
用户名、密码、密码确认
年龄、性别(单选框)
出生日期(DateTimePicker)
籍贯:包含省、市信息(二级联动ComboBox)
兴趣爱好(复选框)
是否要接收会员邮件(单选框)
注册按钮,用户点击注册按钮后,将会员所填信息显示在一个Label上。
-
-
Reusable_c2149434112009.zip
... be able to use some of the code from my application. Even if you are doing a payroll system, inventory system, or any application that has the same concepts such as filling a Listview or Combobox, then you should find some useful Visual Basic code here
-
ComboTree.rar
ComboTree is a hybrid ComboBox with a tree control replacing the drop down ListBox. Implementing a hierarchy of choices using multiple dependant combo or list boxes can take up a lot of screen space and can be awkward to use. A dropdown tree control can ...
-
VBGetWeb.zip
第一部分 从网页上精确提取数据
本部分的实例是:下载沪深两市全部约1100家个股的基本信息及财务数据。若用手工操作,如上图所示,需要在股票代码区内分别输入1100个股票代码,在下拉式列表(ComboBox)中分别选择“个股资料”和“财务数据解读”,算下来约是2200次操作!这样的工作当然是由程序来完成划算得多。况且手工提取数据(先选中、再使用Ctrl+C拷贝)极容易出错(多选或漏选),又很费眼神。
-
-
-