Download as pdf or txt
Download as pdf or txt
You are on page 1of 6

Introduction to Visual Basic 6.

Language Features

Introduction to VB -Features of language ©Deepali Kamthani BVICAM,Delhi

UDTs (All) You can use UDTs as arguments or return


types of public properties and methods.

Arrays (All) Functions can return arrays. You can also


assign one resizable array to another.

File System Objects (All) New file system objects.

CallByName (All) Access a property or method using its


name as a string.

CreateObject (All) You can now specify the computer on


hich to create the object.
.
Introduction to VB -Features of language ©Deepali Kamthani BVICAM,Delhi

StrConv (All) You can now convert strings using a locale ID


other than your computer's.

Dictionary object (All) Improvements to the Collection


object.

String functions (All) Several new string functions:


Filter FormatCurrency
FormatDateTime FormatNumber
FormatPercent InstrRev
Join MonthName
Replace Round
Split StrReverse
WeekdayName

Introduction to VB -Features of language ©Deepali Kamthani BVICAM,Delhi

1
Control Features

Data Validation (All) Validate a control before it loses focus.

* Dynamic Controls (All) Create new controls at run time (not


just using Load).

* LoadPicture (All) Specify size and color depth.

Validation (All) Validates the last control beore exiting a form.

Introduction to VB -Features of language ©Deepali Kamthani BVICAM,Delhi

Control Creation

Data Consumers (Pro, Ent) Create data consumers that


you can bind to data sources.

Data Sources (Pro, Ent) Create data sources.

Start Options (All) Start the program in the browser or


form.

Lightweight Controls (Pro, Ent) Create windowless and


transparent controls.

Introduction to VB -Features of language ©Deepali Kamthani BVICAM,Delhi

Arrays (All) Functions can return arrays. Classes can have


arrays as properties.

Persistent Classes (All) Can store class properties in


PropertyBags.

Class IDs (Pro, Ent) Maintains class IDs between different


versions of ActiveX components (I don't know why this is
only available in the Pro and Ent editions since it is
basically a bug fix).

Validation (Pro, Ent) Validate the control before it loses


focus.
Introduction to VB -Features of language ©Deepali Kamthani BVICAM,Delhi

2
Apartment Threading (Pro, Ent) Use multiple threads.

Class Builder (Pro, Ent) Enhancements.

CreateObject (All) Create objects on remote hosts.

Data Object Wizard (Pro, Ent) Helps create middle tier


objects.

FontChanged (All) New event.

Transaction Server (Pro, Ent) Support for transactional


behavior.
HasDC (All) Indicates whether a control has a fixed or
shared DC.
Introduction to VB -Features of language ©Deepali Kamthani BVICAM,Delhi

Internet

IIS Applications (Pro, Ent) Server-side VB code.

DHTML (Pro, Ent) Exposes more events in Internet


Explorer.

Web Publishing Wizard (All) Now called the Package


and Deployment Wizard. This is an enhanced piece of
what was called the Setup Wizard. It helps you upload an
application to a Web site.

AsyncRead Improvements (All) Provides more


information like progress events
Introduction to VB -Features of language ©Deepali Kamthani BVICAM,Delhi

Cont

IE 4.x Download Support (Pro, Ent) Lets you download


ActiveX Documents just as you download ActiveX
controls.

Introduction to VB -Features of language ©Deepali Kamthani BVICAM,Delhi

3
Data Access

ADO (All) Simpler object model, better integration.


Microsoft claims this is the way to go in future database
access.
Data Environment Designer (Pro, Ent) Builds ADO
database environments.
ADO Data Control (All) ADO version of the Data
control.
Enhanced Data Binding (Pro, Ent) Lets you bind any
ADO/OLEDB control to any ADO/OLEDB data
consumer.
Enhanced OLEDB support (All) Introduces non-
relational data sources.
Introduction to VB -Features of language ©Deepali Kamthani BVICAM,Delhi

Query Designer (Ent) Drag and drop query creation.

Set Wizard enhancements (All) Support for ADO,


OLEDB, RDO, etc. Now renamed The Package and
Deployment Wizard.

Data Report (Pro, Ent) Drag and drop reporting.

Data Sources (Pro, Ent) Lets you create your own controls
that are data sources. You can bind other controls to them.

Data View Window (Pro, Ent) Browse databases and see


their tables.

SQL Editor (Ent) Add stored procedures and write triggers.


Introduction to VB -Features of language ©Deepali Kamthani BVICAM,Delhi

Hierarchical FlexGrid Control (All) Improved FlexGrid


that works with ADO.

Data Repeater Control (Pro, Ent) Lets you build an app


that can view data records more easily.

Pass Recordsets (All) You can now pass an ADO


recordset across machines.

Data Form Wizard Enhancements (Pro, Ent) -


Enhancements. Supports ADO.

Data Object Wizard (Pro, Ent) Helps create middle tier


objects.
Introduction to VB -Features of language ©Deepali Kamthani BVICAM,Delhi

4
File System Objects (All) Make file system access easier.

Format Objects (All) Provides conversion to/from


database.

Data Grid Control (All) OLEDB version of DBGrid.

DataList, DataCombo (All) OLEDB versions of DBList


and DBCombo

Introduction to VB -Features of language ©Deepali Kamthani BVICAM,Delhi

5
This document was created with Win2PDF available at http://www.daneprairie.com.
The unregistered version of Win2PDF is for evaluation or non-commercial use only.

You might also like