0% found this document useful (0 votes)
185 views5 pages

BCA251-VB-Net Lab File Index & Coverpage PDF

This document provides an index of VB.NET laboratory programs for a course at Jagannath International Management School. It lists 38 application programs covering topics like Windows forms, controls, loops, arrays, data types, exception handling, data connectivity, classes and more. For each program, it provides a brief description of the programming concept and task to be demonstrated in the application. This index will help guide students in completing VB.NET lab assignments over the course of a semester.

Uploaded by

Shubham Joshi
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)
185 views5 pages

BCA251-VB-Net Lab File Index & Coverpage PDF

This document provides an index of VB.NET laboratory programs for a course at Jagannath International Management School. It lists 38 application programs covering topics like Windows forms, controls, loops, arrays, data types, exception handling, data connectivity, classes and more. For each program, it provides a brief description of the programming concept and task to be demonstrated in the application. This index will help guide students in completing VB.NET lab assignments over the course of a semester.

Uploaded by

Shubham Joshi
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/ 5

JAGANNATH INTERNATIONAL MANAGEMENT SCHOOL

(Department of Information Technology)

Laboratory Manual

(P-V) VB.NET Lab

Bachelor of Computer Applications

Semester- III
Subject Code: BCA 251
(Session: August 2020 – Dec 2020)

Submitted To: Submitted By:

Dr. Harsha Ratnani Name:

Associate Professor–IT Enrol No.:

JIMS, Vasant Kunj, New Delhi Class:


List of VB.Net Application Programs
INDEX
S No Application Program Lab Assignment Submission Date
Details

1 Introduction to VS2010 & Overview Features of .Net Framework 4.0


of VB.Net onwards, About VS version
history, IDE Features

Write Steps of How to work with


Visual Studio
2 Introduction to various types of Steps to Create an application
projects selection , File Extensions, project in Vb.net and show and
Default Storage, discuss all files created.
3 Introduction to​ ​Windows Form Create a Windows Form
Application Project, Overview of Application project with a Test
Windows Forms,Form Properties Form (having simple labels ) and
and Form Events its property setting
4 Introduction to programming Design and application form in
concept, Properties and Events vb.net to perform Picture
procedures in VB.Net with basic rotation.
controls.
5 Introduction to various Datatypes Create a Windows Form
and Operators in vb.Net Application project with a basic
calculator ( those who have done
advance calculator can paste that
change it to advance )
6 Introduction to Msgbox class and Demonstrate the concept of Try
Exception Handling ., Try..Catch , ..Catch in Quadratic Equation
Goto command etc. Problem Solving using VB.net
programming
7 Introduction to various Option Create Windows Form
EXplicit command, Common Application for Student
controls and its properties (common Registration Form using various
and specific ) common controls
8 Introduction to Inputbox, If..End if Create Restaurant / Shop Billing
Structure Application

9 Introduction to Select Case ..End Create an application in VB.Net


Select statement in VB.Net and forStudent Mark Sheet / Result
generation using select case and
Keypress and Text changed event
10 Introduction to various loops in Create an vb.net application to
vb.net show various Maths operations
Sum of Digit, Number Reverse ,
Palindrome, Product of Digit,
Armstrong number , Even / Odd,
Factorial
11 Introduction to For ..Next loop and Matrix - Addition , Subtraction,
Arrays Multiplication , Sparse and
Transpose Using Dynamic Array
12 Introduction to ArrayList and Array WAP to show the use of Array List
Class and its functions- ADD , INSERT ,
REMOVE , SORT, REMOVEAT
13 - Advance Calculator

14 Introduction to structure and Employee salary slip generation


enumerations

15 Introduction to ro procedures and create an application to


functions demonstrate the procedure and
function for the following
REVERSE OF A NUMBER, SUM OF
DIGIT , PRODUCT OF DIGIT ,
FACTORIAL , FEBONACCI
16 Argument passing , Pass by value and CREATE A procedure and function
Pass by reference in VB.Net for demonstrating pass by
reference for SEARCHNG and
SORTING an array of N numbers
17 String, Math and Date Functions Create an application for
demonstrating 10 distinguished
functions of each class in a
VB.Net code
18 Timer Control Create an application to show th
use of Timer control for colour
change and flashing a label text
on any form
19 MenuBar, tollbar, Statusbar DEmonstrate the use of mneubar,
toolbar and statutcar in vb.net

20 Using the shapes Traffic light controller

21 Common Dialog Control - Color DEmonstrate a Menu drive


Dialog , Font Dialog , Print DIalog, application to demonstrate the
OPenFileDialog, OpenFolderDialog, use of all common dialog controls
in a vb form
22 HScrollbar , VScrollbar Create a Notepad Editor
application in VB.Net

23 List View , Tree View , Progressbar Demonstrate


and other tools

24 Use of Menu and Toolbar DECIMAL - BINARY / OCT /HEXA


number Conversion

25 CUSTOM CONTROL Demonstrate the use of any user


defined control in VB.Net -create
a color change button
26 User Control Create a userdefined Text box
with appropriate user defined
data validation in VB.Net, show
the usage in any sample form
27 Introduction to classes , objects , Create a test class with various
constructors and destructors constructors

28 Introduction to Inheritance concepts Create an Employee class along


in classes with 2 derived classes of
Waged_Employee and
Salaried-Employee for salary
management within an
organization.
29 Introduction to Function overloading Create a class Shapes and write
- the code to show function
overloading by calculation Area of
circle, triangle , square and
rectangle
30 Introduction to function Overriding Create a class with a child class
and show the use of Overridable
and Overrides
31 Introduction to Abstract Class WAP to demonstrate the Must
Inheritable abstract class

32 Introduction to Interface WAP to demonstrate the use of


Interface in VB.NEt

33 Introduction to namespace WAP usingVB.net to show the use


of namespace. Create a
namespace for conversion of
numbers from DecimatoBinary,
DecimaToOctal, DecimalToHexa
34 Introduction to ADO.Net - DataGrid Create a data application
connectivity using SQl Server And program in Vb.net using server
Data Source explorer connection wizard
35 Introduction DataConnectivity using Create a data connectivity
ADO class- Connection , command application program in Vb.Net for
and Data reader object with OLEDB Students Result data to create an
provider application using Connection ,
command and Data reader object
36 Introduction DataConnectivity using Create a data connectivity
Connection , Dataset and application program in Vb.Net for
DataAdapter object with ODBC Library Database with Books,
provider Members , Issue to create an
application using Connection ,
dataset and Data reader object
for Issuing of books to members
37 Introduction to Parameterised query Create a data application in
execution VB.Net to demonstrate the use of
Parameterised INsert , delete and
Update queries in a database
table
38 Data connectivity using Datagrid Create an data application in
coding VB.Net for demonstration how to
do table level updation deletion
using DataGrid
39 Introduction to crystal Reports Create a default report of Student
through wizard Database Table to display the list
of students
40 Designing and Creating Crystal Create a class wise report of
Reports with Af=ggregate functions Students along with their Result

You might also like