1、Please list four (4) components of a VB project and briefly describe each of these components.
(请列出VB工程中4个组件并简单介绍这些组件)
Button Text Label listBox
2、(i)Please briefly describe the scopes of the following VB program-variable declaration modifiers.
(简单介绍一下VB中的变量定义关键字)
(ii) Program variables declared with ‘Dim’ and ‘Static’ are lexically scoped.
Please give two (2) advantages of using lexically scoped program variables.
(说明使用‘Dim’ and ‘Static’定义变量的2个优点)
Dim 动态的变量 Static是静态变量
3、Please briefly describe how to present/install a VB application to the end users.
(简单介绍如何将一个VB应用程序发布、安装给最终用户)
使用VB 自带的Package & Deployment 向导 打包。 注意添加DLL,OCX
4、How to access SQL server database in VB?
(在VB中,如何访问SQL Server数据库)
通常访问SQL数据库都用ADO控件
5、How to export data to Excel format in VB?
(在VB中,如何将数据导出到Excel中)
OLE模型
6、Is there any way to send an email thru VB?
(在VB中,有什么方法可以做到发送邮件)
http://zhidao.baidu.com/question/13121280.html
7、Does anyone know how to make a site with VB6?
(用VB6如何建网站)
VBS
8、How to put the Visual Basic Forms on the web?
(如何将VB的窗体放在网站上)
VBS
9、How to make Lotus Note with SQL Server connection?
(如何将Lotus Note 和SQL Server 实现互连)
刚才没贴问题,现在补上
1、Please list four (4) components of a VB project and briefly describe each of these components.
(请列出VB工程中4个组件并简单介绍这些组件)
2、(i)Please briefly describe the scopes of the following VB program-variable declaration modifiers.
(简单介绍一下VB中的变量定义关键字)
(ii) Program variables declared with ‘Dim’ and ‘Static’ are lexically scoped.
Please give two (2) advantages of using lexically scoped program variables.
(说明使用‘Dim’ and ‘Static’定义变量的2个优点)
3、Please briefly describe how to present/install a VB application to the end users.
(简单介绍如何将一个VB应用程序发布、安装给最终用户)
4、How to access SQL server database in VB?
(在VB中,如何访问SQL Server数据库)
5、How to export data to Excel format in VB?
(在VB中,如何将数据导出到Excel中)
6、Is there any way to send an email thru VB?
(在VB中,有什么方法可以做到发送邮件)
7、Does anyone know how to make a site with VB6?
(用VB6如何建网站)
8、How to put the Visual Basic Forms on the web?
(如何将VB的窗体放在网站上)
9、How to make Lotus Note with SQL Server connection?
(如何将Lotus Note 和SQL Server 实现互连)