Project Report - Banking Management System
Project Report - Banking Management System
ON
CONTENTS
System Requirements
Product Definition
Feasibility Analysis
Project Plan
Developing/Operation/Maintenance
Environments
Design
Detailed DFDs
Project Legacy
Future recommendations
Source code
Account Opening.
Daily Transactions.
Loan Sanctions.
Account Maintenance.
Search:-
I. Savings Account
V. Loan Account
Account Holders.
SYSTEM REQUIREMENTS
PRODUCT DEFINITION:-
bank.
PROBLEM STATEMENT:-
Data isolation.
Security problem
Communication gap
Updating problem
FUNCTIONALITY TO BE PROVIDED:-
Maintenance of Account Holder’s records those are
the Bank.
Searching Criterion.
SOFTWARE: -
Configuration:-
SOLUTION STRATEGY:-
This is a sequential
Analysis:-
Design:-
This process translates the requirement
activities:-
1. Algorithm
3. Physical Design
4. Database Design
Coding:-
Testing:-
actual result.
Maintenance:-
Maintenance is done after the
ACCEPTANCE CRITERIA:-
the bank.
FEASIBILITY ANALYSIS:-
feasibility study.
is selected.
ECONOMIC FEASIBILITY:-
The only tangible benefit
TECHNICAL FEASIBILITY:-
Server 2000.
OPERATIONAL FEASIBILITY:-
PROJECT PLAN:-
DEVELOPMENT SCHEDULE:-
him with one. All that, the programmer does this select
writing code.
In addition it also provides a means of associating code
we click on it.
required component.
For Example:-
The visual programming environment
it.
deleted, if so required.
them.
For example:-
appropriate code.
Power builder
Developer 2000
tools available today. And it’s also secret that there have
available at all.
fun.
There are two visual styles available in V.B. IDE that are
:-
Services).
application Services).
etc.).
interfaces.
CLR (Common Language Runtime):-
parts are: -
Execution support.
Security.
5. Scalability.
SOLUTION EXPLORER: -
NAMESPACES: -
CODE WINDOW: -
This is an editor to write code .it is
PROPERTIES WINDOWS: -
Task List
Command Window
Server explorer
Assemblies: -
deployment.
Modules: -
assembly.
Classes: -
behavior.
INTRODUCTION TO BACK END TOOL
Introduction to SQL: -
data.
Last Name
Hansen
Svendson
Petersen
SQL Data Manipulation Language (DML)
1.0 for OS/2 (about 1989) which was essentially the same
designed for NT, and did not include any direction from
Sybase.
operating systems.
its origin.
Services.
October 2000.
XML.
better performance.
Framework.
SYSTEM ANALYSIS:
1. Data Dictionary: -
data structure.
a unit.
Data flow and data stores: temporary location of
2. Decision tree: -
actions.
3. Decision table: -
physical design.
This phase take requirements as agreed and develops
of view.
completed.
The design also describes the data to be input,
the design.
For Example: -
Location: -
The major
DETAILED DFDs: -
DFD SYMBOLS:
BANKING ACCOUNT
TRANSACTIONS
HOL
DATABASE
DATA STRUCTURES AND DATABASE
SPECIFICATIONS
“ACCOUNT_INFO” Table: -
Branch_Info(Branch_No)
Branch_Name VARCHAR(50) Not Null
Account_H_Type Varchar(15) Not Null
No_Account_H Varchar(5) Not Null
Saluation_F Varchar(5) Not Null
Name_P_O_F Varchar(50) Not Null
Fa_Name_F Varchar(50) Not Null
Gender_F Varchar(6) Not Null
DOB_F DateTime Not Null
Age_F Varchar(3) Check(Age_F>=0 and
Age_F<100)
Occupation_F Varchar(15) Not Null
Photo_F Image Not Null
Sign_F Image Not Null
Address_F Varchar(100) Not Null
Ph_No_F Varchar(11) Not Null
Mob_No_F Varchar(14) Not Null
Saluation_S Varchar(5)
Name_P_O_S Varchar(50)
Fa_Name_S Varchar(50)
Gender_S Varchar(6)
DOB_S DateTime
Age_S Varchar(3) Check(Age_S>=0 and
Age_S<100)
Occupation_S Varchar(15)
Photo_S Image
Sign_S Image
Address_S Varchar(100)
Ph_No_S Varchar(11)
Mob_No_S Varchar(14)
Saluation_T Varchar(5)
Name_P_O_T Varchar(50)
Fa_Name_T Varchar(50)
Gender_T Varchar(6)
DOB_T DateTime
Age_T Varchar(3) Check(Age_T>=0 and
Age_T<100)
Occupation_T Varchar(15)
Photo_T Image
Sign_T Image
Address_T Varchar(100)
Ph_No_T Varchar(11)
Mob_No_T Varchar(14)
Account_Type Varchar(25) Not Null
Witness_Name Varchar(50) Not Null
Witness_Sign Image Not Null
Nominee_Rel Varchar(10) Not Null
Nominee_Name Varchar(50) Not Null
Nominee_Sign Image Not Null
Opening_Bal Varchar(10)
T_Date DateTime Not Null
“Branch_Info” Table: -
Account_Info(Account_No)
Branch_No Varchar(7)
Depositor_Name Varchar(150)
Account_H_Type Varchar(15)
Deposit_Amt Varchar(10)
Deposit_Date DateTime
“Fixed_Info” Table: -
Account_Info(Account_No)
Branch_No Varchar(7)
Depositor_Name Varchar(50)
Account_H_Type Varchar(15)
Time_Span Varchar(5) References
Rate_Of_Interest_Info(Time_Span)
ROI Varchar(5)
Start_Date DateTime
Mature_Date Varchar(15)
Deposit_Amt Varchar(10)
Mature_Amt Varchar(10)
“Login_Info” Table: -
“Recurring_Info” Table: -
Account_Info(Account_No)
Branch_No Varchar(7)
Depositor_Name Varchar(50)
Account_H_Type Varchar(15)
Time_Span Varchar(5) References
Rate_Of_Interest_Info(Time_Span)
ROI Varchar(5)
Start_Date DateTime
Mature_Date Varchar(15)
Monthly_Deposit Varchar(10)
Principle_Amt Varchar(10)
Mature_Amt Varchar(10)
“Withdrawl_Info” Table: -
Field Name Type Constraints
Account_Info(Account_No)
Branch_No Varchar(7)
Withdrawee_Nam Varchar(150)
e
Account_H_Type Varchar(15)
Withdrawl_Amt Varchar(10)
Withdrawl_Date DateTime
“Loan_Info” Table: -
Account_Info(Account_No)
Branch_No Varchar(7)
Acc_Holder_Name Varchar(50)
Account_Type Varchar(15)
Account_Sub_Type Varchar(15)
Time_Span Varchar(5) References
Rate_Of_Interest_Info(Time_Span)
ROI Varchar(5)
Issue_Date DateTime
Due_Date Varchar(15)
Loan_Sanctioned Varchar(10)
No_Installments Varchar(5)
EMI Varchar(10)
Total_Loan_Ret Varchar(10)
PROJECT LEGACY
During the
development.
Future recommendations: -
needs.
SPLASH FORM
CODING
Imports System.Data.SqlClient
DR = CMD.ExecuteReader
While DR.Read
If DR.HasRows Then
If TextBox1.Text = DR(0) And TextBox2.Text = DR(1) Then
Me.Hide()
Dim A As Integer
A = MsgBox("Login Successfully", MsgBoxStyle.OkOnly)
If A = vbOK Then
MAIN.Show()
End If
Return
End If
End If
End While
TextBox1.Text = ""
TextBox2.Text = ""
Button1.Enabled = False
TextBox1.Select()
CMD.Dispose()
CON.Close()
End Sub
Private Sub Button3_Click(ByVal sender As System.Object, ByVal e
As System.EventArgs) Handles Button3.Click
Me.Hide()
CHANGE_PASSWORD_FORM.Show()
End Sub
Imports System.Windows.Forms
Imports System.Data.SqlClient
Imports System.IO
TextBox1.ReadOnly = True
TextBox1.Enabled = False
TextBox2.ReadOnly = True
TextBox2.Enabled = False
CON.Open()
CMD.Connection = CON
CMD.CommandText = "Select * From Account_Info"
DR = CMD.ExecuteReader
While DR.Read
TextBox1.Text = DR(0)
End While
DR.Close()
CMD.Dispose()
CON.Close()
TextBox1.Text = Val(TextBox1.Text) + 1
TextBox9.ReadOnly = True
TextBox9.Enabled = False
TextBox10.ReadOnly = True
TextBox10.Enabled = False
TextBox11.ReadOnly = True
TextBox11.Enabled = False
TextBox23.ReadOnly = True
TextBox23.Enabled = False
CON.Open()
CMD.Connection = CON
CMD.CommandText = "Select * From Branch_Info"
DR = CMD.ExecuteReader
While DR.Read
ComboBox1.Items.Add(DR(0))
End While
DR.Close()
CMD.Dispose()
CON.Close()
End Sub
Exit Sub
End If
CON.Open()
CMD.Connection = CON
CMD.CommandType = CommandType.StoredProcedure
CMD.CommandText = "InsertAccount_Info"
'Try
CMD.Parameters.Add("@Account_No", SqlDbType.Int).Value =
TextBox1.Text
CMD.Parameters.Add("@Branch_No", SqlDbType.VarChar).Value
= ComboBox1.Text
CMD.Parameters.Add("@Branch_Name",
SqlDbType.VarChar).Value = TextBox2.Text
If RadioButton1.Checked = True Then
CMD.Parameters.Add("@Account_H_Type",
SqlDbType.VarChar).Value = RadioButton1.Text
ElseIf RadioButton2.Checked = True Then
CMD.Parameters.Add("@Account_H_Type",
SqlDbType.VarChar).Value = RadioButton2.Text
ElseIf RadioButton3.Checked = True Then
CMD.Parameters.Add("@Account_H_Type",
SqlDbType.VarChar).Value = RadioButton3.Text
End If
If RadioButton4.Checked = True Then
CMD.Parameters.Add("@No_Account_H",
SqlDbType.VarChar).Value = RadioButton4.Text
ElseIf RadioButton5.Checked = True Then
CMD.Parameters.Add("@No_Account_H",
SqlDbType.VarChar).Value = RadioButton5.Text
ElseIf RadioButton6.Checked = True Then
CMD.Parameters.Add("@No_Account_H",
SqlDbType.VarChar).Value = RadioButton6.Text
End If
CMD.Parameters.Add("@Saluation_F", SqlDbType.VarChar).Value
= ComboBox2.Text
CMD.Parameters.Add("@Name_P_O_F",
SqlDbType.VarChar).Value = TextBox3.Text
CMD.Parameters.Add("@Fa_Name_F", SqlDbType.VarChar).Value
= TextBox6.Text
CMD.Parameters.Add("@Gender_F", SqlDbType.VarChar).Value =
ComboBox5.Text
CMD.Parameters.Add("@DOB_F", SqlDbType.DateTime).Value =
DateTimePicker1.Text
CMD.Parameters.Add("@Age_F", SqlDbType.VarChar).Value =
TextBox9.Text
CMD.Parameters.Add("@Occupation_F",
SqlDbType.VarChar).Value = ComboBox8.Text
'Catch ex As Exception
'MessageBox.Show(ex.Message)
'End Try
'Try
Dim FS As New FileStream(STRImage, FileMode.Open,
FileAccess.Read)
Dim BYTEARRAY(FS.Length) As Byte
FS.Read(BYTEARRAY, 0, FS.Length)
FS.Close()
CMD.Parameters.AddWithValue("@Photo_F", BYTEARRAY)
'Catch ex As Exception
'MessageBox.Show(ex.Message)
'End Try
'Try
Dim FS1 As New FileStream(STRImage, FileMode.Open,
FileAccess.Read)
Dim BYTEARRAY1(FS1.Length) As Byte
FS1.Read(BYTEARRAY1, 0, FS1.Length)
FS1.Close()
CMD.Parameters.AddWithValue("@Sign_F", BYTEARRAY1)
'Catch ex As Exception
'MessageBox.Show(ex.Message)
'End Try
'Try
CMD.Parameters.Add("@Address_F", SqlDbType.VarChar).Value
= TextBox12.Text
CMD.Parameters.Add("@Ph_No_F", SqlDbType.VarChar).Value =
TextBox15.Text
CMD.Parameters.Add("@Mob_No_F", SqlDbType.VarChar).Value
= TextBox18.Text
CMD.Parameters.Add("@Saluation_S", SqlDbType.VarChar).Value
= ComboBox3.Text
CMD.Parameters.Add("@Name_P_O_S",
SqlDbType.VarChar).Value = TextBox4.Text
CMD.Parameters.Add("@Fa_Name_S", SqlDbType.VarChar).Value
= TextBox7.Text
CMD.Parameters.Add("@Gender_S", SqlDbType.VarChar).Value =
ComboBox6.Text
CMD.Parameters.Add("@DOB_S", SqlDbType.DateTime).Value =
DateTimePicker2.Text
CMD.Parameters.Add("@Age_S", SqlDbType.VarChar).Value =
TextBox10.Text
CMD.Parameters.Add("@Occupation_S",
SqlDbType.VarChar).Value = ComboBox9.Text
'Catch ex As Exception
'MessageBox.Show(ex.Message)
'End Try
'Try
Dim FS2 As New FileStream(STRImage, FileMode.Open,
FileAccess.Read)
Dim BYTEARRAY2(FS2.Length) As Byte
FS2.Read(BYTEARRAY2, 0, FS2.Length)
FS2.Close()
CMD.Parameters.AddWithValue("@Photo_S", BYTEARRAY2)
'Catch ex As Exception
'MessageBox.Show(ex.Message)
'End Try
'Try
Dim FS3 As New FileStream(STRImage, FileMode.Open,
FileAccess.Read)
Dim BYTEARRAY3(FS3.Length) As Byte
FS3.Read(BYTEARRAY3, 0, FS3.Length)
FS3.Close()
CMD.Parameters.AddWithValue("@Sign_S", BYTEARRAY3)
'Catch ex As Exception
'MessageBox.Show(ex.Message)
'End Try
'Try
CMD.Parameters.Add("@Address_S", SqlDbType.VarChar).Value
= TextBox13.Text
CMD.Parameters.Add("@Ph_No_S", SqlDbType.VarChar).Value =
TextBox16.Text
CMD.Parameters.Add("@Mob_No_S", SqlDbType.VarChar).Value
= TextBox19.Text
CMD.Parameters.Add("@Saluation_T", SqlDbType.VarChar).Value
= ComboBox4.Text
CMD.Parameters.Add("@Name_P_O_T",
SqlDbType.VarChar).Value = TextBox5.Text
CMD.Parameters.Add("@Fa_Name_T", SqlDbType.VarChar).Value
= TextBox8.Text
CMD.Parameters.Add("@Gender_T", SqlDbType.VarChar).Value =
ComboBox7.Text
CMD.Parameters.Add("@DOB_T", SqlDbType.DateTime).Value =
DateTimePicker3.Text
CMD.Parameters.Add("@Age_T", SqlDbType.VarChar).Value =
TextBox11.Text
CMD.Parameters.Add("@Occupation_T",
SqlDbType.VarChar).Value = ComboBox10.Text
'Catch ex As Exception
'MessageBox.Show(ex.Message)
'End Try
'Try
Dim FS4 As New FileStream(STRImage, FileMode.Open,
FileAccess.Read)
Dim BYTEARRAY4(FS4.Length) As Byte
FS4.Read(BYTEARRAY4, 0, FS4.Length)
FS4.Close()
CMD.Parameters.AddWithValue("@Photo_T", BYTEARRAY4)
'Catch ex As Exception
'MessageBox.Show(ex.Message)
'End Try
'Try
Dim FS5 As New FileStream(STRImage, FileMode.Open,
FileAccess.Read)
Dim BYTEARRAY5(FS5.Length) As Byte
FS5.Read(BYTEARRAY5, 0, FS5.Length)
FS5.Close()
CMD.Parameters.AddWithValue("@Sign_T", BYTEARRAY5)
'Catch ex As Exception
'MessageBox.Show(ex.Message)
'End Try
'Try
CMD.Parameters.Add("@Address_T", SqlDbType.VarChar).Value
= TextBox14.Text
CMD.Parameters.Add("@Ph_No_T", SqlDbType.VarChar).Value =
TextBox17.Text
CMD.Parameters.Add("@Mob_No_T", SqlDbType.VarChar).Value
= TextBox20.Text
CMD.Parameters.Add("@Account_Type",
SqlDbType.VarChar).Value = ComboBox11.Text
CMD.Parameters.Add("@Witness_Name",
SqlDbType.VarChar).Value = TextBox21.Text
'Catch ex As Exception
'MessageBox.Show(ex.Message)
'End Try
'Try
Dim FS6 As New FileStream(STRImage, FileMode.Open,
FileAccess.Read)
Dim BYTEARRAY6(FS6.Length) As Byte
FS6.Read(BYTEARRAY6, 0, FS6.Length)
FS6.Close()
CMD.Parameters.AddWithValue("@Witness_Sign", BYTEARRAY6)
'Catch ex As Exception
'MessageBox.Show(ex.Message)
'End Try
'Try
CMD.Parameters.Add("@Nominee_Rel",
SqlDbType.VarChar).Value = ComboBox12.Text
CMD.Parameters.Add("@Nominee_Name",
SqlDbType.VarChar).Value = TextBox22.Text
'Catch ex As Exception
'MessageBox.Show(ex.Message)
'End Try
'Try
Dim FS7 As New FileStream(STRImage, FileMode.Open,
FileAccess.Read)
Dim BYTEARRAY7(FS7.Length) As Byte
FS7.Read(BYTEARRAY7, 0, FS7.Length)
FS7.Close()
CMD.Parameters.AddWithValue("@Nominee_Sign", BYTEARRAY7)
'Catch ex As Exception
'MessageBox.Show(ex.Message)
'End Try
'Try
CMD.Parameters.Add("@Opening_Bal",
SqlDbType.VarChar).Value = TextBox23.Text
CMD.Parameters.Add("@T_Date", SqlDbType.DateTime).Value =
DateTimePicker4.Text
'Catch ex As Exception
'MessageBox.Show(ex.Message)
'End Try
CMD.ExecuteNonQuery()
CMD.Dispose()
CON.Close()
Dim A1 As Integer
If A1 = vbOK Then
TextBox1.Text = ""
TextBox2.Text = ""
TextBox3.Text = ""
TextBox4.Text = ""
TextBox5.Text = ""
TextBox6.Text = ""
TextBox7.Text = ""
TextBox8.Text = ""
TextBox9.Text = ""
TextBox10.Text = ""
TextBox11.Text = ""
TextBox12.Text = ""
TextBox13.Text = ""
TextBox14.Text = ""
TextBox15.Text = ""
TextBox16.Text = ""
TextBox17.Text = ""
TextBox18.Text = ""
TextBox19.Text = ""
TextBox20.Text = ""
TextBox21.Text = ""
TextBox22.Text = ""
TextBox23.Text = ""
ComboBox1.Text = ""
ComboBox2.Text = ""
ComboBox3.Text = ""
ComboBox4.Text = ""
ComboBox5.Text = ""
ComboBox6.Text = ""
ComboBox7.Text = ""
ComboBox8.Text = ""
ComboBox9.Text = ""
ComboBox10.Text = ""
ComboBox11.Text = ""
ComboBox12.Text = ""
RadioButton1.Checked = False
RadioButton2.Checked = False
RadioButton3.Checked = False
RadioButton4.Checked = False
RadioButton5.Checked = False
RadioButton6.Checked = False
DateTimePicker1.Text = ""
DateTimePicker2.Text = ""
DateTimePicker3.Text = ""
DateTimePicker4.Text = ""
End If
End Sub
CON.Open()
CMD.Connection = CON
CMD.CommandText = "Select * From Branch_Info"
DR = CMD.ExecuteReader
While DR.Read
If ComboBox1.SelectedItem = DR(0) Then
TextBox2.Text = DR(1)
End If
End While
DR.Close()
CMD.Dispose()
CON.Close()
End Sub
GroupBox2.Enabled = True
RadioButton4.Enabled = False
RadioButton5.Enabled = True
RadioButton6.Enabled = True
ComboBox2.Enabled = True
ComboBox3.Enabled = True
ComboBox4.Enabled = True
TextBox3.Enabled = True
TextBox4.Enabled = True
TextBox5.Enabled = True
TextBox6.Enabled = True
TextBox7.Enabled = True
TextBox8.Enabled = True
ComboBox5.Enabled = True
ComboBox6.Enabled = True
ComboBox7.Enabled = True
DateTimePicker1.Enabled = True
DateTimePicker2.Enabled = True
DateTimePicker3.Enabled = True
TextBox9.Enabled = True
TextBox10.Enabled = True
TextBox11.Enabled = True
ComboBox8.Enabled = True
ComboBox9.Enabled = True
ComboBox10.Enabled = True
LinkLabel1.Enabled = True
LinkLabel2.Enabled = True
LinkLabel3.Enabled = True
PictureBox1.Enabled = True
PictureBox2.Enabled = True
PictureBox3.Enabled = True
LinkLabel4.Enabled = True
LinkLabel5.Enabled = True
LinkLabel6.Enabled = True
PictureBox4.Enabled = True
PictureBox5.Enabled = True
PictureBox6.Enabled = True
TextBox12.Enabled = True
TextBox13.Enabled = True
TextBox14.Enabled = True
TextBox15.Enabled = True
TextBox16.Enabled = True
TextBox17.Enabled = True
TextBox18.Enabled = True
TextBox19.Enabled = True
TextBox20.Enabled = True
RadioButton4.Enabled = False
RadioButton5.Enabled = True
RadioButton6.Enabled = True
ComboBox2.Enabled = True
ComboBox3.Enabled = True
TextBox3.Enabled = True
TextBox4.Enabled = True
TextBox6.Enabled = True
TextBox7.Enabled = True
ComboBox5.Enabled = True
ComboBox6.Enabled = True
DateTimePicker1.Enabled = True
DateTimePicker2.Enabled = True
TextBox9.Enabled = True
TextBox10.Enabled = True
ComboBox8.Enabled = True
ComboBox9.Enabled = True
LinkLabel1.Enabled = True
LinkLabel2.Enabled = True
PictureBox1.Enabled = True
PictureBox2.Enabled = True
LinkLabel4.Enabled = True
LinkLabel5.Enabled = True
PictureBox4.Enabled = True
PictureBox5.Enabled = True
TextBox12.Enabled = True
TextBox13.Enabled = True
TextBox15.Enabled = True
TextBox16.Enabled = True
TextBox18.Enabled = True
TextBox19.Enabled = True
End If
End If
End Sub
ComboBox4.Enabled = False
TextBox5.Enabled = False
TextBox8.Enabled = False
ComboBox7.Enabled = False
DateTimePicker3.Enabled = False
TextBox11.Enabled = False
ComboBox10.Enabled = False
LinkLabel3.Enabled = False
PictureBox3.Enabled = False
LinkLabel6.Enabled = False
PictureBox6.Enabled = False
TextBox14.Enabled = False
TextBox17.Enabled = False
TextBox20.Enabled = False
End If
End Sub
Private Sub RadioButton1_CheckedChanged_1(ByVal sender As
System.Object, ByVal e As System.EventArgs) Handles
RadioButton1.CheckedChanged
RadioButton4.Checked = True
GroupBox2.Enabled = False
ComboBox3.Enabled = False
TextBox4.Enabled = False
ComboBox4.Enabled = False
TextBox5.Enabled = False
TextBox7.Enabled = False
TextBox8.Enabled = False
ComboBox6.Enabled = False
ComboBox7.Enabled = False
DateTimePicker2.Enabled = False
DateTimePicker3.Enabled = False
TextBox10.Enabled = False
TextBox11.Enabled = False
ComboBox9.Enabled = False
ComboBox10.Enabled = False
LinkLabel2.Enabled = False
PictureBox1.Enabled = False
LinkLabel3.Enabled = False
PictureBox2.Enabled = False
LinkLabel5.Enabled = False
PictureBox4.Enabled = False
LinkLabel6.Enabled = False
PictureBox5.Enabled = False
TextBox13.Enabled = False
TextBox14.Enabled = False
TextBox16.Enabled = False
TextBox17.Enabled = False
TextBox19.Enabled = False
TextBox20.Enabled = False
End If
End Sub
RadioButton4.Enabled = False
RadioButton5.Enabled = True
RadioButton6.Enabled = True
ComboBox2.Enabled = True
ComboBox3.Enabled = True
ComboBox4.Enabled = True
TextBox3.Enabled = True
TextBox4.Enabled = True
TextBox5.Enabled = True
TextBox6.Enabled = True
TextBox7.Enabled = True
TextBox8.Enabled = True
ComboBox5.Enabled = True
ComboBox6.Enabled = True
ComboBox7.Enabled = True
DateTimePicker1.Enabled = True
DateTimePicker2.Enabled = True
DateTimePicker3.Enabled = True
TextBox9.Enabled = True
TextBox10.Enabled = True
TextBox11.Enabled = True
ComboBox8.Enabled = True
ComboBox9.Enabled = True
ComboBox10.Enabled = True
LinkLabel1.Enabled = True
LinkLabel2.Enabled = True
LinkLabel3.Enabled = True
PictureBox1.Enabled = True
PictureBox2.Enabled = True
PictureBox3.Enabled = True
LinkLabel4.Enabled = True
LinkLabel5.Enabled = True
LinkLabel6.Enabled = True
PictureBox4.Enabled = True
PictureBox5.Enabled = True
PictureBox6.Enabled = True
TextBox12.Enabled = True
TextBox13.Enabled = True
TextBox14.Enabled = True
TextBox15.Enabled = True
TextBox16.Enabled = True
TextBox17.Enabled = True
TextBox18.Enabled = True
TextBox19.Enabled = True
TextBox20.Enabled = True
End If
End Sub
RadioButton4.Checked = True
GroupBox2.Enabled = False
ComboBox3.Enabled = False
TextBox4.Enabled = False
ComboBox4.Enabled = False
TextBox5.Enabled = False
TextBox7.Enabled = False
TextBox8.Enabled = False
ComboBox6.Enabled = False
ComboBox7.Enabled = False
DateTimePicker2.Enabled = False
DateTimePicker3.Enabled = False
TextBox10.Enabled = False
TextBox11.Enabled = False
ComboBox9.Enabled = False
ComboBox10.Enabled = False
LinkLabel2.Enabled = False
PictureBox1.Enabled = False
LinkLabel3.Enabled = False
PictureBox2.Enabled = False
LinkLabel5.Enabled = False
PictureBox4.Enabled = False
LinkLabel6.Enabled = False
PictureBox5.Enabled = False
TextBox13.Enabled = False
TextBox14.Enabled = False
TextBox16.Enabled = False
TextBox17.Enabled = False
TextBox19.Enabled = False
TextBox20.Enabled = False
End If
End Sub
Date1 = Convert.ToDateTime(DateTimePicker1.Value)
TextBox9.Text = A
End Sub
'Dim count, count1, count2, count3, count4, count5, count6, count7
As Integer
PictureBox1.Image =
Image.FromFile(OpenFileDialog1.FileName)
STRImage = OpenFileDialog1.FileName
End If
count = count + 1
End Sub
If OpenFileDialog1.ShowDialog() =
Windows.Forms.DialogResult.OK Then
PictureBox2.Image =
Image.FromFile(OpenFileDialog1.FileName)
STRImage = OpenFileDialog1.FileName
End If
count1 = count1 + 1
End Sub
If OpenFileDialog1.ShowDialog() =
Windows.Forms.DialogResult.OK Then
PictureBox3.Image =
Image.FromFile(OpenFileDialog1.FileName)
STRImage = OpenFileDialog1.FileName
End If
count2 = count2 + 1
End Sub
If OpenFileDialog1.ShowDialog() =
Windows.Forms.DialogResult.OK Then
PictureBox4.Image =
Image.FromFile(OpenFileDialog1.FileName)
STRImage = OpenFileDialog1.FileName
End If
count3 = count3 + 1
End Sub
If OpenFileDialog1.ShowDialog() =
Windows.Forms.DialogResult.OK Then
PictureBox5.Image =
Image.FromFile(OpenFileDialog1.FileName)
STRImage = OpenFileDialog1.FileName
End If
count4 = count4 + 1
End Sub
If OpenFileDialog1.ShowDialog() =
Windows.Forms.DialogResult.OK Then
PictureBox6.Image =
Image.FromFile(OpenFileDialog1.FileName)
STRImage = OpenFileDialog1.FileName
End If
count5 = count5 + 1
End Sub
If OpenFileDialog1.ShowDialog() =
Windows.Forms.DialogResult.OK Then
PictureBox7.Image =
Image.FromFile(OpenFileDialog1.FileName)
STRImage = OpenFileDialog1.FileName
End If
count6 = count6 + 1
End Sub
If OpenFileDialog1.ShowDialog() =
Windows.Forms.DialogResult.OK Then
PictureBox8.Image =
Image.FromFile(OpenFileDialog1.FileName)
STRImage = OpenFileDialog1.FileName
End If
count7 = count7 + 1
End Sub
Date1 = Convert.ToDateTime(DateTimePicker2.Value)
TextBox10.Text = A
End Sub
Date1 = Convert.ToDateTime(DateTimePicker3.Value)
TextBox11.Text = A
End Sub
If ComboBox11.SelectedItem = "Savings" Or
ComboBox11.SelectedItem = "Current" Then
TextBox23.Text = "15000"
Else
TextBox23.Text = "0"
End If
End Sub
End Class
DEPOSIT FORM
CODING
Imports System.Data.SqlClient
CON.ConnectionString = "Server=ANGELDEVIL;Initial
Catalog=BankingSystem;Integrated Security=True"
CON.Open()
CMD.Connection = CON
CMD.CommandType = CommandType.StoredProcedure
CMD.CommandText = "InsertDeposit_Info"
CMD.Parameters.Add("@Account_No", SqlDbType.Int).Value =
ComboBox1.Text
CMD.Parameters.Add("@Branch_No", SqlDbType.VarChar).Value
= TextBox1.Text
CMD.Parameters.Add("@Depositor_Name",
SqlDbType.VarChar).Value = TextBox2.Text
CMD.Parameters.Add("@Account_H_Type",
SqlDbType.VarChar).Value = TextBox3.Text
CMD.Parameters.Add("@Deposit_Amt",
SqlDbType.VarChar).Value = TextBox5.Text
CMD.Parameters.Add("@Deposit_Date",
SqlDbType.DateTime).Value = DateTimePicker1.Text
CMD.ExecuteNonQuery()
CMD.Dispose()
CON.Close()
Button2.Enabled = True
End Sub
TextBox1.Enabled = False
TextBox2.Enabled = False
TextBox3.Enabled = False
TextBox4.Enabled = False
TextBox6.Enabled = False
TextBox1.ReadOnly = True
TextBox2.ReadOnly = True
TextBox3.ReadOnly = True
TextBox4.ReadOnly = True
TextBox6.ReadOnly = True
Button2.Enabled = False
Dim DR As SqlDataReader
CON.ConnectionString = "Server=ANGELDEVIL;Initial
Catalog=BankingSystem;Integrated Security=True"
CON.Open()
CMD.Connection = CON
CMD.CommandText = "Select * From Account_Info"
DR = CMD.ExecuteReader
While DR.Read
ComboBox1.Items.Add(DR(0))
End While
DR.Close()
CMD.Dispose()
CON.Close()
End Sub
CON.Open()
CMD.Connection = CON
CMD.CommandText = "Select * From Account_Info"
DR = CMD.ExecuteReader
While DR.Read
If ComboBox1.SelectedItem = DR(0) Then
TextBox1.Text = DR(1)
TextBox2.Text = DR(6) & "," & DR(18) & "," & DR(30)
TextBox3.Text = DR(3)
TextBox4.Text = DR(47)
End If
End While
DR.Close()
CMD.Dispose()
CON.Close()
End Sub
CON.Open()
CMD.Connection = CON
CMD.CommandType = CommandType.StoredProcedure
CMD.CommandText = "UpdateAccount_Info"
CMD.Parameters.Add("@Account_No", SqlDbType.Int).Value =
ComboBox1.Text
CMD.Parameters.Add("@Opening_Bal",
SqlDbType.VarChar).Value = TextBox6.Text
CMD.ExecuteNonQuery()
CMD.Dispose()
CON.Close()
ComboBox1.Text = ""
TextBox1.Text = ""
TextBox2.Text = ""
TextBox3.Text = ""
TextBox4.Text = ""
TextBox5.Text = ""
TextBox6.Text = ""
Button2.Enabled = False
End Sub
End Class
WITHDRAWL FORM
CODING
Imports System.Data.SqlClient
CON.ConnectionString = "Server=ANGELDEVIL;Initial
Catalog=BankingSystem;Integrated Security=True"
CON.Open()
CMD.Connection = CON
CMD.CommandType = CommandType.StoredProcedure
CMD.CommandText = "InsertWithdrawl_Info"
CMD.Parameters.Add("@Account_No", SqlDbType.Int).Value =
ComboBox1.Text
CMD.Parameters.Add("@Branch_No", SqlDbType.VarChar).Value
= TextBox1.Text
CMD.Parameters.Add("@Withdrawee_Name",
SqlDbType.VarChar).Value = TextBox2.Text
CMD.Parameters.Add("@Account_H_Type",
SqlDbType.VarChar).Value = TextBox3.Text
CMD.Parameters.Add("@Withdrawl_Amt",
SqlDbType.VarChar).Value = TextBox5.Text
CMD.Parameters.Add("@Withdrawl_Date",
SqlDbType.DateTime).Value = DateTimePicker1.Text
CMD.ExecuteNonQuery()
CMD.Dispose()
CON.Close()
Button2.Enabled = True
End Sub
Private Sub WITHDRAWL_Load(ByVal sender As System.Object,
ByVal e As System.EventArgs) Handles MyBase.Load
TextBox1.Enabled = False
TextBox2.Enabled = False
TextBox3.Enabled = False
TextBox4.Enabled = False
TextBox6.Enabled = False
TextBox1.ReadOnly = True
TextBox2.ReadOnly = True
TextBox3.ReadOnly = True
TextBox4.ReadOnly = True
TextBox6.ReadOnly = True
Button2.Enabled = False
Dim DR As SqlDataReader
CON.ConnectionString = "Server=ANGELDEVIL;Initial
Catalog=BankingSystem;Integrated Security=True"
CON.Open()
CMD.Connection = CON
CMD.CommandText = "Select * From Account_Info"
DR = CMD.ExecuteReader
While DR.Read
ComboBox1.Items.Add(DR(0))
End While
DR.Close()
CMD.Dispose()
CON.Close()
End Sub
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e
As System.EventArgs) Handles Button2.Click
Dim CON As New SqlConnection
Dim CMD As New SqlCommand
CON.ConnectionString = "Server=ANGELDEVIL;Initial
Catalog=BankingSystem;Integrated Security=True"
CON.Open()
CMD.Connection = CON
CMD.CommandType = CommandType.StoredProcedure
CMD.CommandText = "UpdateAccount_Info"
CMD.Parameters.Add("@Account_No", SqlDbType.Int).Value =
ComboBox1.Text
CMD.Parameters.Add("@Opening_Bal",
SqlDbType.VarChar).Value = TextBox6.Text
CMD.ExecuteNonQuery()
CMD.Dispose()
CON.Close()
ComboBox1.Text = ""
TextBox1.Text = ""
TextBox2.Text = ""
TextBox3.Text = ""
TextBox4.Text = ""
TextBox5.Text = ""
TextBox6.Text = ""
Button2.Enabled = False
End Sub
Private Sub Button3_Click(ByVal sender As System.Object, ByVal e
As System.EventArgs) Handles Button3.Click
Me.Close()
End Sub
Private Sub ComboBox1_SelectedIndexChanged(ByVal sender As
System.Object, ByVal e As System.EventArgs) Handles
ComboBox1.SelectedIndexChanged
Dim CON As New SqlConnection
Dim CMD As New SqlCommand
Dim DR As SqlDataReader
CON.Open()
CMD.Connection = CON
CMD.CommandText = "Select * From Account_Info"
DR = CMD.ExecuteReader
While DR.Read
If ComboBox1.SelectedItem = DR(0) Then
TextBox1.Text = DR(1)
TextBox2.Text = DR(6) & ", " & DR(18) & ", " & DR(30)
TextBox3.Text = DR(3)
TextBox4.Text = DR(47)
End If
End While
DR.Close()
CMD.Dispose()
CON.Close()
End Sub
Private Sub TextBox5_TextChanged(ByVal sender As System.Object,
ByVal e As System.EventArgs) Handles TextBox5.TextChanged
TextBox6.Text = Val(TextBox4.Text) - Val(TextBox5.Text)
End Sub
End Class
FIXED DEPOSIT FORM
CODING
Imports System.Data.SqlClient
CON.ConnectionString = "Server=ANGELDEVIL;Initial
Catalog=BankingSystem;Integrated Security=True"
CON.Open()
CMD.Connection = CON
CMD.CommandType = CommandType.StoredProcedure
CMD.CommandText = "InsertFixed_Info"
CMD.Parameters.Add("@Account_No", SqlDbType.Int).Value =
ComboBox1.Text
CMD.Parameters.Add("@Branch_No", SqlDbType.VarChar).Value
= TextBox1.Text
CMD.Parameters.Add("@Depositor_Name",
SqlDbType.VarChar).Value = TextBox2.Text
CMD.Parameters.Add("@Account_H_Type",
SqlDbType.VarChar).Value = TextBox3.Text
CMD.Parameters.Add("@Time_Span", SqlDbType.VarChar).Value
= ComboBox2.Text
CMD.Parameters.Add("@ROI", SqlDbType.VarChar).Value =
TextBox4.Text
CMD.Parameters.Add("@Start_Date", SqlDbType.DateTime).Value
= DateTimePicker1.Text
CMD.Parameters.Add("@Mature_Date",
SqlDbType.VarChar).Value = TextBox5.Text
CMD.Parameters.Add("@Deposit_Amt",
SqlDbType.VarChar).Value = TextBox6.Text
CMD.Parameters.Add("@Mature_Amt", SqlDbType.VarChar).Value
= TextBox7.Text
CMD.ExecuteNonQuery()
CMD.Dispose()
CON.Close()
TextBox1.ReadOnly = True
TextBox2.ReadOnly = True
TextBox3.ReadOnly = True
TextBox4.ReadOnly = True
TextBox6.Enabled = False
'Button2.Enabled = False
Dim DR As SqlDataReader
CON.ConnectionString = "Server=ANGELDEVIL;Initial
Catalog=BankingSystem;Integrated Security=True"
CON.Open()
CMD.Connection = CON
CMD.CommandText = "Select * From Account_Info Where
Account_Type='Fixed Deposit'"
DR = CMD.ExecuteReader
While DR.Read
ComboBox1.Items.Add(DR(0))
End While
DR.Close()
CMD.Dispose()
CON.Close()
CON.Open()
CMD.Connection = CON
CMD.CommandText = "Select * From Rate_Of_Interest_Info"
DR = CMD.ExecuteReader
While DR.Read
ComboBox2.Items.Add(DR(0))
End While
DR.Close()
CMD.Dispose()
CON.Close()
End Sub
Private Sub ComboBox1_SelectedIndexChanged(ByVal sender As
System.Object, ByVal e As System.EventArgs) Handles
ComboBox1.SelectedIndexChanged
Dim CON As New SqlConnection
Dim CMD As New SqlCommand
Dim DR As SqlDataReader
CON.Open()
CMD.Connection = CON
CMD.CommandText = "Select * From Account_Info"
DR = CMD.ExecuteReader
While DR.Read
If ComboBox1.SelectedItem = DR(0) Then
TextBox1.Text = DR(1)
TextBox2.Text = DR(6) & " , " & DR(18) & " , " & DR(30)
TextBox3.Text = DR(3)
'TextBox4.Text = DR(47)
End If
End While
DR.Close()
CMD.Dispose()
CON.Close()
End Sub
Private Sub TextBox5_TextChanged(ByVal sender As System.Object,
ByVal e As System.EventArgs) Handles TextBox5.TextChanged
'TextBox6.Text = Val(TextBox4.Text) + Val(TextBox5.Text)
End Sub
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e
As System.EventArgs) Handles Button2.Click
Me.Close()
End Sub
Private Sub ComboBox2_SelectedIndexChanged(ByVal sender As
System.Object, ByVal e As System.EventArgs) Handles
ComboBox2.SelectedIndexChanged
CON.ConnectionString = "Server=ANGELDEVIL;Initial
Catalog=BankingSystem;Integrated Security=True"
CON.Open()
CMD.Connection = CON
CMD.CommandText = "Select * From Rate_Of_Interest_Info"
DR = CMD.ExecuteReader
While DR.Read
If ComboBox2.SelectedItem = DR(0) Then
TextBox4.Text = DR(1)
End If
End While
DR.Close()
CMD.Dispose()
CON.Close()
Dim a, b, c As String
a = DateTimePicker1.Value.Date.Year
c = DateTimePicker1.Value.Date.Month
b = DateTimePicker1.Value.Date.Day ' 19 '
TextBox6.Enabled = True
End Sub
Private Sub TextBox6_TextChanged(ByVal sender As System.Object,
ByVal e As System.EventArgs) Handles TextBox6.TextChanged
Dim A As Integer
A = (Val(TextBox6.Text) * Val(ComboBox2.Text) *
Val(TextBox4.Text)) / 100
TextBox7.Text = TextBox6.Text + A
End Sub
End Class
RECURRING DEPOSIT FORM
CODING
Imports System.Data.SqlClient
CON.ConnectionString = "Server=ANGELDEVIL;Initial
Catalog=BankingSystem;Integrated Security=True"
CON.Open()
CMD.Connection = CON
CMD.CommandType = CommandType.StoredProcedure
CMD.CommandText = "InsertRecurring_Info"
CMD.Parameters.Add("@Account_No", SqlDbType.Int).Value =
ComboBox1.Text
CMD.Parameters.Add("@Branch_No", SqlDbType.VarChar).Value
= TextBox1.Text
CMD.Parameters.Add("@Depositor_Name",
SqlDbType.VarChar).Value = TextBox2.Text
CMD.Parameters.Add("@Account_H_Type",
SqlDbType.VarChar).Value = TextBox3.Text
CMD.Parameters.Add("@Time_Span", SqlDbType.VarChar).Value
= ComboBox2.Text
CMD.Parameters.Add("@ROI", SqlDbType.VarChar).Value =
TextBox4.Text
CMD.Parameters.Add("@Start_Date", SqlDbType.DateTime).Value
= DateTimePicker1.Text
CMD.Parameters.Add("@Mature_Date",
SqlDbType.VarChar).Value = TextBox5.Text
CMD.Parameters.Add("@Monthly_Deposit",
SqlDbType.VarChar).Value = TextBox6.Text
CMD.Parameters.Add("@Principle_Amt",
SqlDbType.VarChar).Value = TextBox7.Text
CMD.Parameters.Add("@Mature_Amt", SqlDbType.VarChar).Value
= TextBox8.Text
CMD.ExecuteNonQuery()
CMD.Dispose()
CON.Close()
TextBox1.Enabled = False
TextBox2.Enabled = False
TextBox3.Enabled = False
TextBox4.Enabled = False
TextBox5.Enabled = False
TextBox7.Enabled = False
TextBox8.Enabled = False
DateTimePicker1.Enabled = False
TextBox1.ReadOnly = True
TextBox2.ReadOnly = True
TextBox3.ReadOnly = True
TextBox4.ReadOnly = True
TextBox6.Enabled = False
'Button2.Enabled = False
Dim DR As SqlDataReader
CON.ConnectionString = "Server=ANGELDEVIL;Initial
Catalog=BankingSystem;Integrated Security=True"
CON.Open()
CMD.Connection = CON
CMD.CommandText = "Select * From Account_Info Where
Account_Type='Recurring Deposit'"
DR = CMD.ExecuteReader
While DR.Read
ComboBox1.Items.Add(DR(0))
End While
DR.Close()
CMD.Dispose()
CON.Close()
CON.Open()
CMD.Connection = CON
CMD.CommandText = "Select * From Rate_Of_Interest_Info"
DR = CMD.ExecuteReader
While DR.Read
ComboBox2.Items.Add(DR(0))
End While
DR.Close()
CMD.Dispose()
CON.Close()
End Sub
Private Sub ComboBox1_SelectedIndexChanged(ByVal sender As
System.Object, ByVal e As System.EventArgs) Handles
ComboBox1.SelectedIndexChanged
CON.Open()
CMD.Connection = CON
CMD.CommandText = "Select * From Account_Info"
DR = CMD.ExecuteReader
While DR.Read
If ComboBox1.SelectedItem = DR(0) Then
TextBox1.Text = DR(1)
TextBox2.Text = DR(6) & " , " & DR(18) & " , " & DR(30)
TextBox3.Text = DR(3)
' TextBox4.Text = DR(47)
End If
End While
DR.Close()
CMD.Dispose()
CON.Close()
End Sub
Private Sub TextBox5_TextChanged(ByVal sender As System.Object,
ByVal e As System.EventArgs) Handles TextBox5.TextChanged
End Sub
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e
As System.EventArgs) Handles Button2.Click
Me.Close()
End Sub
CON.ConnectionString = "Server=ANGELDEVIL;Initial
Catalog=BankingSystem;Integrated Security=True"
CON.Open()
CMD.Connection = CON
CMD.CommandText = "Select * From Rate_Of_Interest_Info"
DR = CMD.ExecuteReader
While DR.Read
If ComboBox2.SelectedItem = DR(0) Then
TextBox4.Text = DR(1)
End If
End While
DR.Close()
CMD.Dispose()
CON.Close()
Dim a, b, c As String
a = DateTimePicker1.Value.Date.Year
c = DateTimePicker1.Value.Date.Month
b = DateTimePicker1.Value.Date.Day ' 19 '
TextBox6.Enabled = True
End Sub
LOAN FORM
CODING
Imports System.Data.SqlClient
CON.ConnectionString = "Server=ANGELDEVIL;Initial
Catalog=BankingSystem;Integrated Security=True"
CON.Open()
CMD.Connection = CON
CMD.CommandType = CommandType.StoredProcedure
CMD.CommandText = "InsertLoan_Info"
CMD.Parameters.Add("@Account_No", SqlDbType.Int).Value =
ComboBox1.Text
CMD.Parameters.Add("@Branch_No", SqlDbType.VarChar).Value
= TextBox1.Text
CMD.Parameters.Add("@Depositor_Name",
SqlDbType.VarChar).Value = TextBox2.Text
CMD.Parameters.Add("@Account_H_Type",
SqlDbType.VarChar).Value = TextBox3.Text
CMD.Parameters.Add("@Time_Span", SqlDbType.VarChar).Value
= ComboBox2.Text
CMD.Parameters.Add("@ROI", SqlDbType.VarChar).Value =
TextBox4.Text
CMD.Parameters.Add("@Start_Date", SqlDbType.DateTime).Value
= DateTimePicker1.Text
CMD.Parameters.Add("@Mature_Date",
SqlDbType.VarChar).Value = TextBox5.Text
CMD.Parameters.Add("@Deposit_Amt",
SqlDbType.VarChar).Value = TextBox6.Text
CMD.Parameters.Add("@Mature_Amt", SqlDbType.VarChar).Value
= TextBox7.Text
CMD.ExecuteNonQuery()
CMD.Dispose()
CON.Close()
MsgBox("Fixed Deposit Started", MsgBoxStyle.OkOnly)
End Sub
Private Sub LOAN _Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
TextBox1.Enabled = False
TextBox2.Enabled = False
TextBox3.Enabled = False
TextBox4.Enabled = False
TextBox5.Enabled = False
TextBox7.Enabled = False
DateTimePicker1.Enabled = False
TextBox1.ReadOnly = True
TextBox2.ReadOnly = True
TextBox3.ReadOnly = True
TextBox4.ReadOnly = True
TextBox6.Enabled = False
'Button2.Enabled = False
Dim DR As SqlDataReader
CON.ConnectionString = "Server=ANGELDEVIL;Initial
Catalog=BankingSystem;Integrated Security=True"
CON.Open()
CMD.Connection = CON
CMD.CommandText = "Select * From Account_Info Where
Account_Type=' LOAN '"
DR = CMD.ExecuteReader
While DR.Read
ComboBox1.Items.Add(DR(0))
End While
DR.Close()
CMD.Dispose()
CON.Close()
CON.Open()
CMD.Connection = CON
CMD.CommandText = "Select * From Rate_Of_Interest_Info"
DR = CMD.ExecuteReader
While DR.Read
ComboBox2.Items.Add(DR(0))
End While
DR.Close()
CMD.Dispose()
CON.Close()
End Sub
Private Sub ComboBox1_SelectedIndexChanged(ByVal sender As
System.Object, ByVal e As System.EventArgs) Handles
ComboBox1.SelectedIndexChanged
Dim CON As New SqlConnection
Dim CMD As New SqlCommand
Dim DR As SqlDataReader
CON.Open()
CMD.Connection = CON
CMD.CommandText = "Select * From Account_Info"
DR = CMD.ExecuteReader
While DR.Read
If ComboBox1.SelectedItem = DR(0) Then
TextBox1.Text = DR(1)
TextBox2.Text = DR(6) & " , " & DR(18) & " , " & DR(30)
TextBox3.Text = DR(3)
'TextBox4.Text = DR(47)
End If
End While
DR.Close()
CMD.Dispose()
CON.Close()
End Sub
Private Sub TextBox5_TextChanged(ByVal sender As System.Object,
ByVal e As System.EventArgs) Handles TextBox5.TextChanged
'TextBox6.Text = Val(TextBox4.Text) + Val(TextBox5.Text)
End Sub
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e
As System.EventArgs) Handles Button2.Click
Me.Close()
End Sub
Private Sub ComboBox2_SelectedIndexChanged(ByVal sender As
System.Object, ByVal e As System.EventArgs) Handles
ComboBox2.SelectedIndexChanged
CON.ConnectionString = "Server=ANGELDEVIL;Initial
Catalog=BankingSystem;Integrated Security=True"
CON.Open()
CMD.Connection = CON
CMD.CommandText = "Select * From Rate_Of_Interest_Info"
DR = CMD.ExecuteReader
While DR.Read
If ComboBox2.SelectedItem = DR(0) Then
TextBox4.Text = DR(1)
End If
End While
DR.Close()
CMD.Dispose()
CON.Close()
Dim a, b, c As String
a = DateTimePicker1.Value.Date.Year
c = DateTimePicker1.Value.Date.Month
b = DateTimePicker1.Value.Date.Day ' 19 '
TextBox6.Enabled = True
End Sub
Private Sub TextBox6_TextChanged(ByVal sender As System.Object,
ByVal e As System.EventArgs) Handles TextBox6.TextChanged
Dim A As Integer
A = (Val(TextBox6.Text) * Val(ComboBox2.Text) *
Val(TextBox4.Text)) / 100
TextBox7.Text = TextBox6.Text + A
End Sub
End Class
ACCOUNT SEARCHING FORM
CODING
Imports System.Data.SqlClient
CON.Open()
CMD.Connection = CON
CMD.CommandText = "Select * From Account_Info"
DR = CMD.ExecuteReader
While DR.Read
ComboBox1.Items.Add(DR(0))
End While
DR.Close()
CMD.Dispose()
CON.Close()
End Sub
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e
As System.EventArgs) Handles Button1.Click
Dim CON As New SqlConnection
Dim CMD As New SqlCommand
CON.Open()
CMD.Connection = CON
ADP.Fill(DS, "Account_Info")
DataGridView1.DataSource = DS
DataGridView1.DataMember = "Account_Info"
CMD.Dispose()
CON.Close()
End Sub
End Class
ACCOUNTS REPORT
DEPOSIT REPORT
FIXED DEPOSIT REPORT
RECURRING DEPOSIT REPORT
WITHDRAWL REPORT
EXIT
SCOPE OF THE PROJECT
modifications like: -
Transactions.
To have more and more customer satisfaction we will
BOOK: -
Steven Holzner
WEBSITES: -
WWW.VBTUTORIALS.COM
WWW.VBSOURCECODE.COM
WWW.LOGICATWORK.INFO
SEARCH ENGINES: -
PROJECT INCHARGE: -