|
General Details
|
|
Visual Basic
|
|
Posted 237 Days Ago
|
|
380 Views
|
|
Received 0 Ratings
|
|
ATM Simulator: Part 2, The MainForm
Description
I know for an ATM Simulator, this section is pretty long. I've used a delay that works similar to a multithreading function, so that a screen will display for a few seconds. All other VB delays showed a blank screen then skipped to the next screen. Second, because I'm using sequential access files and a label .... I have extra lines because of displaying messages. This is slightly more than 800 lines.
Technical
Visual Studio 2005, Visual Basic Express 2005
Source Code
|
Download Source Code
atm solution.zip ( 0.09Mb )
|
NEVER open a .exe, .bat, .cmd, or other executable file since that is where viruses are likely to live. Please virus scan all files you download.
|
Comments
| Please login to post comments. |
|
|
There are things that I didn't do for this program because of my lack of time.
One of the major things I didn't do is use the .PadLeft in writing to the
Sequential Access FIles. I used Sequential Access files in this program for three
purposes. The first purpose was to act as a "database" for the account.
The second purpose was for writing the receipts. The last purpose was to simulate an
ATM card.
|
More "Visual Basic" Source Codes By This Author
Recently Posted "Visual Basic" Source Codes
Recently Rated "Visual Basic" Source Codes
|