Monday, June 27, 2011

declare datatype or something in visual basic

Declare datatype or something  in visual basic

For declare data type or connection we nedd to write

dim Variable_Name as datatype 
For 'dim' it is use for declare some thing.

Example:

dim a as integer
dim b as double
dim conn as connection


Sunday, June 26, 2011

start visual basic

Start visual basic:
1st Setup visual basic in your computer then run visual basic.
select what types of project you need.
For Example:
1st click or start visual basic 6.0  then select from 'New project window ' what type project you want to start
For normal project select 'stranded project' OR
For database related project select 'data project' .