Sie sind auf Seite 1von 11

(university syllabus)

1) Write a VB.NET Desktop application and demonstrate the following (a) Link Label control that opens a web browser in
your Visual basic applications (b) Dialog box controls, toolbars and menus.

2) Write a VB.NET desktop application to demonstrate error handling and debugging options.

(3) Write a VB.NET desktop application to demonstrate .NET framework classes with mathematical methods.

(4)Write a suitable VB.NET Desktop application and demonstrate the following: (a) Input Box (b)List Box(c)Masked
Textbox

(5)Write a VB.NET desktop application to demonstrate how to use a Timer control to create a logon program with a
password time-out feature

(6) Write a VB.NET desktop application to demonstrate how to create and manipulate large integer arrays. And
Demonstrates the Array. sort and Array. Reverse methods and how to use a Progress Bar control to give the user visual
feedback during long sorts.

(7)Write a VB.NET desktop application to demonstrate a simple note-taking utility that demonstrate the how to manage
Open. Copy, save As, Insert Date, Sort Text, and Exit commands in a program.

(8)Write a VB.NET desktop application to demonstrate how controls are added to a windows form at run time by using
program code (not the designer).

(9)Write a VB.NET desktop application to demonstrate the graphics methods in the system.Drawing namespace,
including DrawEcllipse, Fill Rectangle, and DrawCurve.

(10)Write a VB.NET desktop application to demonstrate how to create new classes, properties, and method.

(11)Write a VB.NET desktop application to demonstrate how ADO.NET is used to establish a connection to a MSAccess
database and show how the DataGridView control is used to display multiple tables of data on a form. Also demonstrate
how navigation bars, datasets, and table adapters are interconnected and bound to objects on a form.

(12)Create a web application and demonstrate rendering control tags and server-side controls and user controls.

(13)Create a web application and demonstrate control validation, the TreeView, and the 33 MultiView/View Controls.

(14)Create a web applications and demonstrate databinding to several different controls, including the GridView. Also
illustrate loading and saving data sets as XML and XML schema.

(15)Create a web application and demonstrate session state within a web application.
Write following Program using Console Application
1. To find out the total number of an odd digits and even digits within the given number and print the sum of
all odd digits and sum of even digits.
2. Write a program to find prime number between range of start number and end number.
Input
Start Number = 1
End Number = 20
Output:
Prime numbers from 1 to 20 are
1 2 3 5 7 11 13 17 19
3.Write a program to display factorial series up to nth term1! 2! 3! 4! n!
4.Write the program that display Fibonacci series up to nth term.
0 1 1 2 3 5 8 13 n

5. Design the form having 1 Text box and buttons like Bold, Italic, Red & Blue, show and hide When
user presses any of this command buttons then the content of text box will be changed to red or
blue or bold or italic and Clicking on the Show button it will display a Textbox & when user
clicks on Hide button then it will remove the Textbox. (Use Visible Property)
6. Design the form that calculates Sum, Multiplication, Division and Subtraction of two numbers.
Design the following form
7.
5. Design the following form. So when user clicks on Radio Button then slect appropriate checkbox.
6.

7. Design one form to create application like Rich text document using 1 Rich Textbox and different buttons.
When user presses any of this command buttons then the selected content of Rich textbox will be changed
accordingly.
5 Design the form having 1 Text box and buttons like Bold, Italic, Red & Blue, show and hide When

user presses any of this command buttons then the content of text box will be changed to red or
blue or bold or italic and Clicking on the Show button it will display a Textbox & when user
clicks on Hide button then it will remove the Textbox. (Use Visible Property)
6. Design the form that calculates Sum, Multiplication, Division and Subtraction of two numbers.
3. Design the following form
< Preeti Bhatt ><Bhoomika Patel> <Dhirendra Tandel> Page 3
402 VB.NET Programming Language (Practical Question) 2011

6.

8. Design one form to create application like Rich text document using 1 Rich Textbox and different
buttons. When user presses any of this command buttons then the selected content of Rich textbox
will be changed accordingly.

< Preeti Bhatt ><Bhoomika Patel> <Dhirendra Tandel> Page 4


402 VB.NET Programming Language (Practical Question) 2011

8. Design a form to create Treeview Editor

9. Design the following Tic-tac-toe game.

10. Design the digital watch using Timer Control.

11. Design the following form using horizontal scrollbar. In this, when user click on particular scroll
bar then back color of shape will be changed to Red, Green & Blue color.
< Preeti Bhatt ><Bhoomika Patel> <Dhirendra Tandel> Page 5
402 VB.NET Programming Language (Practical Question) 2011

12. Design the following form using vertical scrollbar. In this, when user click on particular scroll bar
then back color of shape will be changed to Red, Green & Blue color.

13. Design the following calculator using control array

< Preeti Bhatt ><Bhoomika Patel> <Dhirendra Tandel> Page 6


402 VB.NET Programming Language (Practical Question) 2011

Assignment - 3
1 Create following table
Student(id, name, course, DOB, address)
Write vb.net application to
Add records

view all the records

Delete the particular record

View all the student who are studying in course


BCA 2 Write vb.net application to maintain loan database
Loan(id, cust_num, name, amount, no_of_inst, amt_inst, no_of_inst_over)

Print all the customer who has to pay only one installment.

Print the total amount to be repaid by all the customer.


3 Write vb.net application which access the following table.
Product_master ( pdt_no, description, profit_percent ,uni_measure, qty_on_hand,
recorder_level, cost_price, sell_price)
Perform insert,delete,view and search for items whose cost price is less than sell price. 4
Write a vb.net application that perform insert, update and delete operations on Employee table &
perform a navigation operation on employee records.
< Preeti Bhatt ><Bhoomika Patel> <Dhirendra Tandel> Page 7

Das könnte Ihnen auch gefallen