Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,151,277 members, 7,811,826 topics. Date: Sunday, 28 April 2024 at 08:25 PM

Need Help On Atm Application Using Console Application In Vb.net - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Need Help On Atm Application Using Console Application In Vb.net (3204 Views)

Developing Desktop Application Using Actionscript / Fingerprint Authentication In Vb.net Application / How To Deploy Application With Access Database In Vb.net 2008 (2) (3) (4)

(1) (Reply) (Go Down)

Need Help On Atm Application Using Console Application In Vb.net by Petersideman(m): 11:06pm On Feb 16, 2013
I ws given an assignment to design a console application of an atm application that would perform the works of a normal atm I.e withdraw,deposit,transfer ,change pin. Nd al oda needed tins##please would really appreciate ur help##tnks in anticipation
Re: Need Help On Atm Application Using Console Application In Vb.net by blenyo11(m): 8:24am On Feb 17, 2013
What do you already know? And what way do you need help?
Re: Need Help On Atm Application Using Console Application In Vb.net by Petersideman(m): 5:45pm On Feb 17, 2013
I dnt really knw where to start frm##i jst nid help that y I put in on dis wonderful and helpful site##tanks in advance
Re: Need Help On Atm Application Using Console Application In Vb.net by csharpjava(m): 2:52pm On Feb 18, 2013
How do you want to go about writing the application, is it with note pad or do you want to use Visual Studio .Net?
Re: Need Help On Atm Application Using Console Application In Vb.net by Kobojunkie: 10:22pm On Feb 18, 2013
Pick up a book about Programming and software Design. Read all the chapters in the book and you should have more than the basics to do this simple assignment of yours @Poster.

Please do not be afraid of books. . . . Get to the point where you read through 2 programming books a month. Even if you do not get all that was explained, pick up reference books to help you, and in no time, it will all make so much sense that you will wonder what the frell stopped you from getting it in the beginning.

1 Like

Re: Need Help On Atm Application Using Console Application In Vb.net by davidjiboye(m): 11:01am On Feb 19, 2013
It is simple. What you are asked to do is a simple prototype of an ATM.
Create a form with the necessary buttons on the side (like they are on an ATM).
The task now is to program the buttons to respond with ATM-like responses. Remember its not a real ATM so you do not have to worry about cash dispensing.

David
Re: Need Help On Atm Application Using Console Application In Vb.net by Petersideman(m): 12:13pm On Feb 19, 2013
I cn design it with a windows application bt nt a console application##dt where d problem comes in###windows application is lik a specialty bt dnt really undrstnd console app####it realll seems funny##bt dt d fact
Re: Need Help On Atm Application Using Console Application In Vb.net by csharpjava(m): 9:29pm On Feb 19, 2013
The code below should get you started. C# codes are similar to Java codes so you can write what you can with Java and then we can work together to convert them to C#:

using System;
using System.Text;
using System.Data.OleDb;
using System.Collections.Generic;

namespace BankApplication
{
class Program
{
static void Main(string[] args)
{
string optionSelected;
// Write to console/get input
Console.Write("Select One From The Following Options" + "\n"
+ "1 - Deposit" + "\n" + "2 - Withdraw Cash"
+ "\n" + "3 - Transfer" + "\n" + "4 - Etc"
+ "\n" + "You Selected: "wink;
Console.Write("You Selected, {0}! ", Console.ReadLine());
optionSelected = Console.ReadLine();
Console.ReadLine();
}
}
}

//Next you need a select case statement that will receive the option selected by the user for processing................
Re: Need Help On Atm Application Using Console Application In Vb.net by naijaswag1: 6:07pm On Feb 20, 2013
The basic learning curve here is knowing how to invoke the console from your program. Look up tutorials on this and you are good to go. Only a few things will change from the normal desktop based application which you claim to have knowledge of putting together.

(1) (Reply)

Drupal Vs Codeigniter Which To Use? / Help Java Programmers: Need Help With A Java Assignment / How To Make Copyright Symbol In Vb.net

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 12
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.