高分救助!!!!VB6.0的面试题,有好几个问题,还请大家帮忙。。。。

99414325ALe 2007-10-25 11:56:02
我这里有向个VB6.0方面的面试题,题目是英文的(我把我的翻译也放上去,不够准确,以英文原文为准,谢谢),请详细的回答,解决后立马给分,分不够可以另送。。。
...全文
337 12 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
12 条回复
切换为时间正序
请发表友善的回复…
发表回复
99414325ALe 2007-10-25
  • 打赏
  • 举报
回复
最后附一些代码,谢谢了

很急!!!在线等待,解决后立马给分
99414325ALe 2007-10-25
  • 打赏
  • 举报
回复
可以详细点吗?如果面试这样回答,我估计过不了

谢谢,解决后,可以把100分全给你
tianhuo_soft 2007-10-25
  • 打赏
  • 举报
回复
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 实现互连)

使用IBM 提供的Lotus接口 这个问题好像有点问题 SQL和Note连 还是DO连
这个有待商议 我知道的都是SQL对DO
99414325ALe 2007-10-25
  • 打赏
  • 举报
回复
刚才没贴问题,现在补上
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 实现互连)
Tiger_Zhao 2007-10-25
  • 打赏
  • 举报
回复
7、8: ActiveX Document
新建一个 ActiveX DLL 的工程,就可以在 Project 菜单下选 Add User Document,在新建的 Use Docuemnt 对象上 F1 就能进入 MSDN 的相关帮助。
这是最正规的 VB6 版的 Web 应用方案。
VirtualDesktop 2007-10-25
  • 打赏
  • 举报
回复
7、Does anyone know how to make a site with VB6?
(用VB6如何建网站)
8、How to put the Visual Basic Forms on the web?
(如何将VB的窗体放在网站上)

asp
做成activeX控件可以,我有点不明白这个题目的意思
把窗体放网页上做什么?
99414325ALe 2007-10-25
  • 打赏
  • 举报
回复
急啊,请高人解救啊。。。
99414325ALe 2007-10-25
  • 打赏
  • 举报
回复
急啊,我顶
99414325ALe 2007-10-25
  • 打赏
  • 举报
回复
7、Does anyone know how to make a site with VB6?
(用VB6如何建网站)
8、How to put the Visual Basic Forms on the web?
(如何将VB的窗体放在网站上)

大家帮我解决一下这两个问题吧,谢谢!
熊孩子开学喽 2007-10-25
  • 打赏
  • 举报
回复
9、How to make Lotus Note with SQL Server connection?
(如何将Lotus Note 和SQL Server 实现互连)
---

Use Lotus script to connect the SQL database, which a knid of VB-style language, alomost same as VB6.

ZOU_SEAFARER 2007-10-25
  • 打赏
  • 举报
回复
后面的很多项我都不知道,呵呵

了解太少了
yangao 2007-10-25
  • 打赏
  • 举报
回复
直接说
我还真没几个能答好的

7,785

社区成员

发帖
与我相关
我的任务
社区描述
VB 基础类
社区管理员
  • VB基础类社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧