nguyendiepviet.trinh
New member
Dự án hệ thống đặt phòng #Railway trong vb.net, hệ thống đặt phòng #Railway, #vb.net, #Railway, #Reservation System
## Dự án hệ thống đặt phòng đường sắt trong vb.net
Hệ thống đặt phòng đường sắt là một hệ thống máy tính cho phép hành khách đặt vé tàu trực tuyến.Đó là một hệ thống rất hữu ích cho những người cần đi du lịch bằng tàu hỏa.Bài viết này sẽ thảo luận về cách tạo dự án hệ thống đặt phòng đường sắt trong vb.net.
### Điều kiện tiên quyết
Để tạo dự án hệ thống đặt phòng đường sắt trong vb.net, bạn sẽ cần những điều sau:
* Một máy tính có Windows 10 trở lên được cài đặt
* Visual Studio 2019 trở lên
* Các gói sau được cài đặt trong Visual Studio:
* Lõi khung thực thể
* Microsoft SQL Server Compact Edition
### Tạo dự án
Để tạo một dự án mới trong Visual Studio, hãy làm theo các bước sau:
1. Mở Visual Studio.
2. Nhấp vào ** Tệp **> ** MỚI **> ** Dự án **.
3. Trong hộp thoại ** Dự án mới **, chọn ** Ứng dụng Windows Forms **.
4. Kể tên dự án ** RailwayReservationsystem **.
5. Nhấp vào ** OK **.
Điều này sẽ tạo ra một dự án mới trong Visual Studio.Dự án sẽ chứa biểu mẫu Windows có tên ** Form1 **.
### Thiết kế biểu mẫu
Bước đầu tiên trong việc tạo hệ thống đặt phòng đường sắt là thiết kế biểu mẫu.Biểu mẫu sẽ cần phải có các điều khiển sau:
* Một điều khiển hộp văn bản để nhập tên của hành khách
* Một điều khiển hộp văn bản để vào tuổi của hành khách
* Một điều khiển hộp văn bản để vào giới tính của hành khách
* Một điều khiển kết hợp để chọn lớp của hành khách
* Một điều khiển kết hợp để chọn tàu
* Một điều khiển hộp văn bản để nhập số lượng vé
* Kiểm soát nút để đặt vé
Để thêm các điều khiển này vào biểu mẫu, hãy làm theo các bước sau:
1. Nhấp chuột phải vào biểu mẫu và chọn ** Thêm **> ** Điều khiển **.
2. Trong hộp thoại ** Thêm điều khiển **, chọn điều khiển mà bạn muốn thêm.
3. Nhấp vào ** Thêm **.
### Mã hóa biểu mẫu
Bước tiếp theo là mã hóa biểu mẫu.Mã sẽ cần phải làm như sau:
* Lấy dữ liệu từ biểu mẫu
* Xác thực dữ liệu
* Chèn dữ liệu vào cơ sở dữ liệu
* Hiển thị thông báo cho người dùng
Để mã hóa biểu mẫu, hãy làm theo các bước sau:
1. Bấm đúp vào nút ** Book Books ** để mở ** Nhấp vào ** Trình xử lý sự kiện.
2. Thêm mã sau vào trình xử lý sự kiện:
`` `
Sub BookTicketsButton_Click (người gửi là đối tượng, E như EventArgs) xử lý BookTicketSbutton.Click
'Nhận dữ liệu từ biểu mẫu.
Tên diap là chuỗi = nameTextBox.text
Độ tuổi mờ như integer = integer.parse (agetextbox.text)
Giới tính mờ như chuỗi = genderCombObox.text
Lớp mờ như chuỗi = classcombobox.text
Dim Train as String = Traincombobox.text
Dim Numberoftickets As Integer = Integer.Parse (NumberOfticketStextBox.Text)
'Xác thực dữ liệu.
Nếu name = "" thì
MessageBox.Show ("Vui lòng nhập tên của bạn.")
NameTextBox.F Focus ()
Thoát khỏi phụ
Kết thúc nếu
Nếu tuổi <18 thì
MessageBox.Show ("Bạn phải ít nhất 18 tuổi để đặt vé.")
AgetextBox.F Focus ()
Thoát khỏi phụ
Kết thúc nếu
Nếu giới tính = "" thì
MessageBox.Show ("Vui lòng chọn giới tính của bạn.")
Gendercombobox.f Focus ()
Thoát khỏi phụ
Kết thúc nếu
Nếu class = "" thì
MessageBox.Show ("Vui lòng chọn lớp.")
Classcombobox.f Focus ()
Thoát khỏi phụ
Kết thúc nếu
Nếu Train = "" thì
MessageBox.Show ("Vui lòng chọn tàu.")
Traincombobox.f Focus ()
Thoát khỏi phụ
Kết thúc nếu
Nếu numberoftickets <= 0 thì
MessageBox.show ("bạn
=======================================
#Railway Reservation System Project in VB.NET, #Railway Reservation System, #vb.net, #Railway, #Reservation System
## Railway Reservation System Project in VB.NET
Railway Reservation System is a computerized system that allows passengers to book train tickets online. It is a very useful system for people who need to travel by train. This article will discuss how to create a Railway Reservation System project in VB.NET.
### Prerequisites
To create a Railway Reservation System project in VB.NET, you will need the following:
* A computer with Windows 10 or later installed
* Visual Studio 2019 or later
* The following packages installed in Visual Studio:
* Entity Framework Core
* Microsoft SQL Server Compact Edition
### Creating the Project
To create a new project in Visual Studio, follow these steps:
1. Open Visual Studio.
2. Click **File** > **New** > **Project**.
3. In the **New Project** dialog box, select **Windows Forms App**.
4. Name the project **RailwayReservationSystem**.
5. Click **OK**.
This will create a new project in Visual Studio. The project will contain a Windows Forms form called **Form1**.
### Designing the Form
The first step in creating the Railway Reservation System is to design the form. The form will need to have the following controls:
* A TextBox control for entering the passenger's name
* A TextBox control for entering the passenger's age
* A TextBox control for entering the passenger's gender
* A ComboBox control for selecting the passenger's class
* A ComboBox control for selecting the train
* A TextBox control for entering the number of tickets
* A Button control for booking the tickets
To add these controls to the form, follow these steps:
1. Right-click the form and select **Add** > **Control**.
2. In the **Add Control** dialog box, select the control that you want to add.
3. Click **Add**.
### Coding the Form
The next step is to code the form. The code will need to do the following:
* Get the data from the form
* Validate the data
* Insert the data into the database
* Display a message to the user
To code the form, follow these steps:
1. Double-click the **Book Tickets** button to open the **Click** event handler.
2. Add the following code to the event handler:
```
Private Sub BookTicketsButton_Click(sender As Object, e As EventArgs) Handles BookTicketsButton.Click
' Get the data from the form.
Dim name As String = NameTextBox.Text
Dim age As Integer = Integer.Parse(AgeTextBox.Text)
Dim gender As String = GenderComboBox.Text
Dim class As String = ClassComboBox.Text
Dim train As String = TrainComboBox.Text
Dim numberOfTickets As Integer = Integer.Parse(NumberOfTicketsTextBox.Text)
' Validate the data.
If name = "" Then
MessageBox.Show("Please enter your name.")
NameTextBox.Focus()
Exit Sub
End If
If age < 18 Then
MessageBox.Show("You must be at least 18 years old to book a ticket.")
AgeTextBox.Focus()
Exit Sub
End If
If gender = "" Then
MessageBox.Show("Please select your gender.")
GenderComboBox.Focus()
Exit Sub
End If
If class = "" Then
MessageBox.Show("Please select a class.")
ClassComboBox.Focus()
Exit Sub
End If
If train = "" Then
MessageBox.Show("Please select a train.")
TrainComboBox.Focus()
Exit Sub
End If
If numberOfTickets <= 0 Then
MessageBox.Show("You
## Dự án hệ thống đặt phòng đường sắt trong vb.net
Hệ thống đặt phòng đường sắt là một hệ thống máy tính cho phép hành khách đặt vé tàu trực tuyến.Đó là một hệ thống rất hữu ích cho những người cần đi du lịch bằng tàu hỏa.Bài viết này sẽ thảo luận về cách tạo dự án hệ thống đặt phòng đường sắt trong vb.net.
### Điều kiện tiên quyết
Để tạo dự án hệ thống đặt phòng đường sắt trong vb.net, bạn sẽ cần những điều sau:
* Một máy tính có Windows 10 trở lên được cài đặt
* Visual Studio 2019 trở lên
* Các gói sau được cài đặt trong Visual Studio:
* Lõi khung thực thể
* Microsoft SQL Server Compact Edition
### Tạo dự án
Để tạo một dự án mới trong Visual Studio, hãy làm theo các bước sau:
1. Mở Visual Studio.
2. Nhấp vào ** Tệp **> ** MỚI **> ** Dự án **.
3. Trong hộp thoại ** Dự án mới **, chọn ** Ứng dụng Windows Forms **.
4. Kể tên dự án ** RailwayReservationsystem **.
5. Nhấp vào ** OK **.
Điều này sẽ tạo ra một dự án mới trong Visual Studio.Dự án sẽ chứa biểu mẫu Windows có tên ** Form1 **.
### Thiết kế biểu mẫu
Bước đầu tiên trong việc tạo hệ thống đặt phòng đường sắt là thiết kế biểu mẫu.Biểu mẫu sẽ cần phải có các điều khiển sau:
* Một điều khiển hộp văn bản để nhập tên của hành khách
* Một điều khiển hộp văn bản để vào tuổi của hành khách
* Một điều khiển hộp văn bản để vào giới tính của hành khách
* Một điều khiển kết hợp để chọn lớp của hành khách
* Một điều khiển kết hợp để chọn tàu
* Một điều khiển hộp văn bản để nhập số lượng vé
* Kiểm soát nút để đặt vé
Để thêm các điều khiển này vào biểu mẫu, hãy làm theo các bước sau:
1. Nhấp chuột phải vào biểu mẫu và chọn ** Thêm **> ** Điều khiển **.
2. Trong hộp thoại ** Thêm điều khiển **, chọn điều khiển mà bạn muốn thêm.
3. Nhấp vào ** Thêm **.
### Mã hóa biểu mẫu
Bước tiếp theo là mã hóa biểu mẫu.Mã sẽ cần phải làm như sau:
* Lấy dữ liệu từ biểu mẫu
* Xác thực dữ liệu
* Chèn dữ liệu vào cơ sở dữ liệu
* Hiển thị thông báo cho người dùng
Để mã hóa biểu mẫu, hãy làm theo các bước sau:
1. Bấm đúp vào nút ** Book Books ** để mở ** Nhấp vào ** Trình xử lý sự kiện.
2. Thêm mã sau vào trình xử lý sự kiện:
`` `
Sub BookTicketsButton_Click (người gửi là đối tượng, E như EventArgs) xử lý BookTicketSbutton.Click
'Nhận dữ liệu từ biểu mẫu.
Tên diap là chuỗi = nameTextBox.text
Độ tuổi mờ như integer = integer.parse (agetextbox.text)
Giới tính mờ như chuỗi = genderCombObox.text
Lớp mờ như chuỗi = classcombobox.text
Dim Train as String = Traincombobox.text
Dim Numberoftickets As Integer = Integer.Parse (NumberOfticketStextBox.Text)
'Xác thực dữ liệu.
Nếu name = "" thì
MessageBox.Show ("Vui lòng nhập tên của bạn.")
NameTextBox.F Focus ()
Thoát khỏi phụ
Kết thúc nếu
Nếu tuổi <18 thì
MessageBox.Show ("Bạn phải ít nhất 18 tuổi để đặt vé.")
AgetextBox.F Focus ()
Thoát khỏi phụ
Kết thúc nếu
Nếu giới tính = "" thì
MessageBox.Show ("Vui lòng chọn giới tính của bạn.")
Gendercombobox.f Focus ()
Thoát khỏi phụ
Kết thúc nếu
Nếu class = "" thì
MessageBox.Show ("Vui lòng chọn lớp.")
Classcombobox.f Focus ()
Thoát khỏi phụ
Kết thúc nếu
Nếu Train = "" thì
MessageBox.Show ("Vui lòng chọn tàu.")
Traincombobox.f Focus ()
Thoát khỏi phụ
Kết thúc nếu
Nếu numberoftickets <= 0 thì
MessageBox.show ("bạn
=======================================
#Railway Reservation System Project in VB.NET, #Railway Reservation System, #vb.net, #Railway, #Reservation System
## Railway Reservation System Project in VB.NET
Railway Reservation System is a computerized system that allows passengers to book train tickets online. It is a very useful system for people who need to travel by train. This article will discuss how to create a Railway Reservation System project in VB.NET.
### Prerequisites
To create a Railway Reservation System project in VB.NET, you will need the following:
* A computer with Windows 10 or later installed
* Visual Studio 2019 or later
* The following packages installed in Visual Studio:
* Entity Framework Core
* Microsoft SQL Server Compact Edition
### Creating the Project
To create a new project in Visual Studio, follow these steps:
1. Open Visual Studio.
2. Click **File** > **New** > **Project**.
3. In the **New Project** dialog box, select **Windows Forms App**.
4. Name the project **RailwayReservationSystem**.
5. Click **OK**.
This will create a new project in Visual Studio. The project will contain a Windows Forms form called **Form1**.
### Designing the Form
The first step in creating the Railway Reservation System is to design the form. The form will need to have the following controls:
* A TextBox control for entering the passenger's name
* A TextBox control for entering the passenger's age
* A TextBox control for entering the passenger's gender
* A ComboBox control for selecting the passenger's class
* A ComboBox control for selecting the train
* A TextBox control for entering the number of tickets
* A Button control for booking the tickets
To add these controls to the form, follow these steps:
1. Right-click the form and select **Add** > **Control**.
2. In the **Add Control** dialog box, select the control that you want to add.
3. Click **Add**.
### Coding the Form
The next step is to code the form. The code will need to do the following:
* Get the data from the form
* Validate the data
* Insert the data into the database
* Display a message to the user
To code the form, follow these steps:
1. Double-click the **Book Tickets** button to open the **Click** event handler.
2. Add the following code to the event handler:
```
Private Sub BookTicketsButton_Click(sender As Object, e As EventArgs) Handles BookTicketsButton.Click
' Get the data from the form.
Dim name As String = NameTextBox.Text
Dim age As Integer = Integer.Parse(AgeTextBox.Text)
Dim gender As String = GenderComboBox.Text
Dim class As String = ClassComboBox.Text
Dim train As String = TrainComboBox.Text
Dim numberOfTickets As Integer = Integer.Parse(NumberOfTicketsTextBox.Text)
' Validate the data.
If name = "" Then
MessageBox.Show("Please enter your name.")
NameTextBox.Focus()
Exit Sub
End If
If age < 18 Then
MessageBox.Show("You must be at least 18 years old to book a ticket.")
AgeTextBox.Focus()
Exit Sub
End If
If gender = "" Then
MessageBox.Show("Please select your gender.")
GenderComboBox.Focus()
Exit Sub
End If
If class = "" Then
MessageBox.Show("Please select a class.")
ClassComboBox.Focus()
Exit Sub
End If
If train = "" Then
MessageBox.Show("Please select a train.")
TrainComboBox.Focus()
Exit Sub
End If
If numberOfTickets <= 0 Then
MessageBox.Show("You