The Bank Application GUI is a Windows Forms application that provides a graphical user interface for managing banking transactions. It allows users to perform various operations such as transferring funds between accounts, updating personal information, and viewing account balances.
~ Account Management: Users can transfer funds between different types of accounts, including chequing accounts and a savings account.
~ Personal Information: Users can view and update their personal information, including their name, address, and postal code.
~ Payee Transactions: Users can perform transactions with payees, although the exact nature of these transactions is not specified in the provided code.
~ Visual Styles: The application is designed with visual styles enabled to provide an enhanced user interface experience.
- Launch the application by running the executable file ('Program.cs') or by executing the compiled program.
- The main form ('Form1') will be displayed, presenting the user with various options and account information.
- Perform operations such as transferring funds between accounts, updating personal information, and interacting with payees.
- View account balances and transaction status through the graphical interface.
- Exit the application when done.
The Bank Application GUI consists of the following files:
~ 'Form1.cs': Represents the main form of the application and handles user interactions.
~ 'Form2.cs': Represents a secondary form used to display personal information and perform information updates.
~ 'Program.cs': Contains the entry point of the application and handles application setup and initialization.
~ Windows operating system
~ .NET Framework (version X.X or higher)
To set up a development environment for the Bank Application GUI:
- Install a compatible Integrated Development Environment (IDE) such as Visual Studio.
- Clone the project repository from the provided source.
- Open the project in the chosen IDE.
- Ensure that the necessary dependencies and libraries are available and up to date.
- Build and run the project to launch the application.
The Bank Application GUI was developed by Jared St.Louis.
This program provides basic banking functionality and mimics an ATM machine.