0% found this document useful (0 votes)
195 views

Assignment On Visual Basic

This document outlines 10 tasks for an assignment on Visual Basic programming. It includes defining arrays with syntax and examples, explaining the Select Case statement syntax, describing all VB data types, explaining the Scrollbar properties and methods, generating a Fibonacci series, discussing all VB looping statements with examples, defining event driven programming and advantages/disadvantages of visual programming, explaining properties, methods and events with examples of common control properties, discussing Textbox, Label, Checkbox and Option button interface elements and Textbox properties, and writing a program using Form, Label, Textbox and Command controls.

Uploaded by

kanika_0711
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
195 views

Assignment On Visual Basic

This document outlines 10 tasks for an assignment on Visual Basic programming. It includes defining arrays with syntax and examples, explaining the Select Case statement syntax, describing all VB data types, explaining the Scrollbar properties and methods, generating a Fibonacci series, discussing all VB looping statements with examples, defining event driven programming and advantages/disadvantages of visual programming, explaining properties, methods and events with examples of common control properties, discussing Textbox, Label, Checkbox and Option button interface elements and Textbox properties, and writing a program using Form, Label, Textbox and Command controls.

Uploaded by

kanika_0711
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Assignment on Visual Basic Last date of Submission 12.11.12 1. Define array with syntax and example. 2.

What is Select Case? Write its syntax. 3. Explain all data types in VB. 4. What is Scrollbar? Explain the properties and methods 5. Implement the program to generate the Fibonacci series 6. Explain all looping statements in VB with simple example. 7. What do you mean by Event driven programming? Discuss the advantages and disadvantages of Visual Programming. 8. Explain the term Property, Method and Event. Discuss some common properties for several Visual Basic controls (i.e. Alignment, Caption, Enabled, Name, ToolTipText and Visible ). 9. Discuss the following elements of user interface i.e. Textbox, Label, Checkbox and Option button. Explain the following properties of Textbox control Locked b) MaxLength b) MultiLine c) PasswordChar d) ScrollBars e) Text. 10. WAP that will perform the following operations by using Form, Label, Textbox, and Command Controls.

You might also like