=====>CBPCC assignment<=====
1) Calculator
2) Tic -tac toe
3) Create Marksheet. Rollno,name semester(Radiobutton-sem1-sem4),
Enter 5 subject mark.
o Subject name should be displayed according to selection of
semester.
o Whenever user clicks on result, total marks, percentage and
grade should be displayed in label. Grade should be ATKT if
student fails in one or 2 subjects.
o If more than 2 subject then fail.
o Validation. Marks must be between 0 to 100
o Grade should be displayed, only when student is passed in all
subject.

5) Create digital clock, stop watch and alarm. HH:MM:SS AM/PM. Give option for 12 or 24 hour format.
6) Create a notepad application having facilities for creation, save, open, formatting and editing facility.
7) Create a VB.NET application which maintains book information . Create
following table.
book_issue(issue_no,rollno,book_id,issue_date,return_date)
Design proper form . Perform Insert, update and delete operation. Also
generate report in datagridview of all students who has to return book
today.
8) Create VB.NET application to maintain company employee’s
information. Create following table.
employee(empno, empname,city,DOJ, department,salary)
Perform Insert,update and delete facility for above table. Also provide
search facility on empno. Generate report in datagridview to view details
of those employees who works in sales department and salary above
10000
9) Create VB.NET application that maintains the cricket players’ record
with following database table.
players( name, country, no. of matches, no of runs) Perform insert,
update and delete operations on it. Also display the players information
according to country wise.
10) Create VB.NET application to maintain item information.
ItemMst (ItemNo. Name, Cost, Quantity) Design proper form which
search for a particular item. If it is found accepts new cost and quantity,
otherwise insert new record in the table. Also generate report of out of
stock item name in data grid view.
(Draw design form and write vb code for above 6 to 10)
=====>SDJ palsana<=====
1 Develop Simple Calculator Application.
2 Develop TIC-TAC-TOE Application.
3 Develop Notepad Application.
4 Create an application to find your age using DateTimePicker control.
5 Develop an application for traffic control using Timer control.
6 Develop an application for dice game.
7 Create Marksheet. Rollno, name semester(Radiobutton-sem1-sem4), Enter 5 subject
mark.
Subject name should be displayed according to selection of semester.
Whenever user clicks on result, total marks, percentage and grade should be
displayed in label. Grade should be ATKT if student fails in one or 2
subjects.
If more than 2 subject then fail.
Validation. Marks must be between 0 to 100
Grade should be displayed, only when student is passed in all subjects.
8 Create an application to manage insurance information:
Agent_Master: (Agent_code, Agent_name, City)
Policy_Master: (Policy_no, Agent_code, Customer_name, Start_date, End_date,
Policy_amt)
Perform following questions:
- Provide Insert, Update, Delete and Display facilities.
- Display policy no., agent no., and policy holder name in ascending order
based on policy amount. - Display Agent name, his client’s name and total policy amount agent-vice.
9 Create a VB.Net MDI Application that has following functionalities for grocery
store.
- Insert Grocery Items in grocery_master_table(item_no, Name, MRP,
Sell_Price, Qty) - Display data in DataGRidView & also to search for specific item name.
- Perform Update, Delete operations for Updating stock qty.
- Listing out stock grocery item in new form.
- Create a VB.Net MDI Application that has following functionalities for Electronics
Shop.- Insert Products in Catalogue Master table (Product ID, PName,
PType(Mobiles, Tablets, Wearables, Accessories), PRate, PQuantity
- Insert Products in Catalogue Master table (Product ID, PName,
- Listing of all data in DataGridView and ability to filter by PType.
- Update, Delete operations for Updating Product Quantity.
- List out all Products with Price less than Rs 1000 with single click.
11 Create VB.NET application that maintains the cricket players’ record with following
database table.
Players (name, country, no. of matches, no of runs)
- Design proper form and make necessary validation.
- Perform insert, update and delete operations on it.
- Display the players’ information according to country
=====>C.K.Pithawalla<=====
- Develop Simple Calculator Application.
- Develop TIC-TAC-TOE Application.
- Create an application which maintains books in library. Use book_issue (issue_no, rollno, book_id, Issue_date, return_date). Perform insertion and updating also generate report in data grid view of all the students who has to return book today.
- Create VB.NET MDI Application that has following functionalities for grocery
store.- Insert Grocery Items in grocery_master_table(item_no, Name, MRP,
Sell_Price, Qty) - Display data in DataGRidView & also to search for specific item name.
- Perform Update, Delete operations for Updating stock qty.
- Listing out stock grocery item in new form.
- Insert Grocery Items in grocery_master_table(item_no, Name, MRP,
- Develop VB.NET Application to manage bank account information with
following details.
Account_Master(acc_no, cust_name, balance) and
Transaction_history(transaction_id, acc_no, transaction_type, amount,
transaction_date). Perform following functionalities:- Provide Insert, Update, Delete, & Display functionalities for managing
account information and transaction history. - Display Account No, Customer Name and Balance in ascending order
based on the account balance. - Display customer names, their account numbers and total balance
customer wise.
- Provide Insert, Update, Delete, & Display functionalities for managing
Leave a Reply