- 8/18/2012 (IST)
- 1
- Visual Basic
- By Sri V Sam
Collection is an object that can contain a collection of values
- 8/18/2012 (IST)
- 1
- Visual Basic
- By Sri V Sam
ActiveX technology was introduced in Visual Basic 5.0
- 8/17/2012 (IST)
- 0
- Visual Basic
- By Sri V Sam
Introduction to Visual Basic 6.0
- 8/17/2012 (IST)
- 0
- Visual Basic
- By Sri V Sam
Text box is used to take input from user.
- 8/17/2012 (IST)
- 0
- Visual Basic
- By Sri V Sam
Checkbox is used to deal with toggle options
- 8/17/2012 (IST)
- 0
- Visual Basic
- By Sri V Sam
Every variable has a data type.
- 8/17/2012 (IST)
- 0
- Visual Basic
- By Sri V Sam
List box is one of the intrinsic controls
- 8/17/2012 (IST)
- 0
- Visual Basic
- By Sri V Sam
Image control is one of the intrinsic controls
- 8/17/2012 (IST)
- 0
- Visual Basic
- By Sri V Sam
A menu is a collection of options
- 8/17/2012 (IST)
- 0
- Visual Basic
- By Sri V Sam
Keyboard and Mouse are two most important input devices
- 8/17/2012 (IST)
- 0
- Visual Basic
- By Sri V Sam
Visual Basic allows your application to use
- 8/17/2012 (IST)
- 2
- Visual Basic
- By Sri V Sam
A file is a collection of bytes
- 8/17/2012 (IST)
- 0
- Visual Basic
- By Sri V Sam
System objects allow you to access
- 8/17/2012 (IST)
- 0
- Visual Basic
- By Sri V Sam
A child form is a form for which MDIChild
- 8/17/2012 (IST)
- 0
- Visual Basic
- By Sri V Sam
To handle runtime errors we have to use On Error statement