Podcast
Questions and Answers
Visual Basic project files are saved with extension ________________
Visual Basic project files are saved with extension ________________
Form files are saved with extension __________
Form files are saved with extension __________
The ____________ box displays the name of the selected object associated with the form
The ____________ box displays the name of the selected object associated with the form
Debug window is the same as code window
Debug window is the same as code window
Code window consists of an object box and procedure listbox
Code window consists of an object box and procedure listbox
String is a data type that can be used to declare text of maximum 10 million characters
String is a data type that can be used to declare text of maximum 10 million characters
The ______________ functions returns the length of the string
The ______________ functions returns the length of the string
dynamic arrays can be declared when the user may not know the exact size of the array at design time
dynamic arrays can be declared when the user may not know the exact size of the array at design time
List Box provides a set of choices to the user
List Box provides a set of choices to the user
Combobox combines the feature of __________ and _____________
Combobox combines the feature of __________ and _____________
Flashcards are hidden until you start studying
Study Notes
Visual Basic Project Files
- Visual Basic project files are saved with extension .vbproj
- Form files are saved with extension .frm
Debugging and Code
- Debug window is not the same as code window; they are separate entities
- Code window consists of an object box and procedure listbox
Data Types
- String is a data type that can be used to declare text of maximum 10 million characters
- The Len function returns the length of the string
Arrays
- Dynamic arrays can be declared when the user may not know the exact size of the array at design time
User Interface Controls
- List Box provides a set of choices to the user
- Combobox combines the features of a List Box and a Text Box
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.