Olete.in
Articles
Mock Tests
🧪 VB-Visual Basic MCQ Quiz Hub
Creating User Services
Choose a topic to test your knowledge and improve your VB-Visual Basic skills
1. You application creates an instance of a form. What is the first event that will be triggered in the from?
GotFocus
Instance
Load
Initialize
2. Which of the following is Hungarian notation for a menu?
Menu
Men
mnu
MN
3. You are ready to run your program to see if it works.Which key on your keyboard will start the program?
F3
F4
F5
F2
4. Which of the following snippets of code will unload a form named frmFo0rm from memory?
Unload Form
Unload This
Unload Me
Unload
5. You want the text in text box named txtMyText to read My Text.In which property will you place this string?
Caption
Text
String
None of the above
Submit