Introduction
About
Commands
Appeal
Links
Terra
Nova
IMOS 2K |
|
|
 |
Visual Basic 6 comes with several components. They
include: |
- Standard EXE: creates
a stand-alone program.
- ActiveX DLL: contain
subprograms designed to function as building blocks when creating a
stand-alone program.
- ActiveX EXE: creates
program files that are designed to be shared with other programs.
- ActiveX Control:
provides both subprograms and a user interface that you can reuse in
other programs.
- ActiveX Document
DLL: is designed to help you run programs on a Web site.
- ActiveX Document
EXE: creates a file that can display a Visual Basic form within an Internet
Web browser.
- AddIn: creates
addin programs specially designed to work with the Visual Basic user
interface.
- VB Application
Wizard: walks you through the steps to creating a stand-alone EXE program.
- Data Project: creates
a program for devising database reports.
- DHTML Application:
new to Visual Basic 6, the program creates a DHTML (Dynamic Hypertext
Markup Language) document for posting on a Web site.
- IIS Application:
another new feature in Visual Basic 6, creates a file for use with Microsoft
Internet Information Server.
|