0% found this document useful (0 votes)
15 views2 pages

(VB Net) INDEX

The document outlines various programming tasks and projects for students at Vidyabharti Trust College, focusing on VB.NET applications. It includes creating user interfaces, performing database operations, and implementing functionalities such as calculators, notepads, and library management systems. Each task is designed to enhance programming skills and understanding of application development.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views2 pages

(VB Net) INDEX

The document outlines various programming tasks and projects for students at Vidyabharti Trust College, focusing on VB.NET applications. It includes creating user interfaces, performing database operations, and implementing functionalities such as calculators, notepads, and library management systems. Each task is designed to enhance programming skills and understanding of application development.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

VIDYABHARTI TRUST COLLEGE OF BUSINESS, COMPUTER-SCIENCE &

RESEARCH
Vidyabharti Campus At & Po: Umrakh, Ta: Bardoli,
Dist.: Surat – 394345, Gujrat. (India)

INDEX

Date Program Details Page No. Signature

1. Take user input in the textbox control and print in


another textbox control.

2. Make calculator using arithmetic operators.

3. Display the number 1 to 10 number using loop.

4. Make a square of two numbers.

5. Accept the name from input box and display name


in MsgBox.

6. Making small notepad using basic string function.

7. Take 2 ComboBox set their name like cmbRollNo


which contains numbers of the student second one
cmbName which contains names of student. When
we select rollno then name of the student should
display vice versa.

8. User trackbar and on every value of it print table of


its number.

9. Use timer to change color of the text at particular


time.

10. Demo Of ProgressBar.


VIDYABHARTI TRUST COLLEGE OF BUSINESS, COMPUTER-SCIENCE &
RESEARCH
Vidyabharti Campus At & Po: Umrakh, Ta: Bardoli,
Dist.: Surat – 394345, Gujrat. (India)

INDEX

Date Program Details Page No. Signature

11. Create a VB.NET Application to perform basic insert, update,


delete, search and display operations.

12. Create a VB.Net MDI application that has following


functionalities for a Library.
● Insert Books in Book Master table (Book_ID, BookName,
Language (English, Hindi, Gujarati), Price, Subject)
● Listing of all data in DataGrid View and ability to filter book
data by Language. -
● Update, Delete operations for Updating Book Subject.
● List out all Books with Price less than Rs. 500 on Button Click.

13. Create .NET application that maintains information of customer in


the following table: Customer (cid, cname, dob, gender, city)
Perform the following tasks:
● Add records of different customers.
● Remove the record by cid.
● Update record on basis of city.
● Generate report in data GridView for customers of city 'Surat'.

14. Create a table called ItemMst with following fields: ItemMst


(ItemNo [PK], IName, Rate) Create Item Master Form in .NET
which accepts the above information and performs the
functionalities like Add New, Save, Delete, Search & Exit records.

15. Create .Net application to manage Car Sales information using


following two tables: Car_Master: (Car_no, Car_name,
Car_model, Price, Qty, Remarks) Sales: (Car_no, No_of_cars,
Date) Perform following operations:
● Provide Insert, Update, Delete and Display facility.
● Display information of maximum sold cars.
● Display cars information which are out of stock.

You might also like