Results 1 to 5 of 5

Thread: Help with Visual Basic .NET program please!!!

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2003
    Posts
    18

    Help with Visual Basic .NET program please!!!

    Ok, I need a program in VB.NET that simulates an ATM machine.

    The features should include:

    1. Login to the database: authenticating ID and Password
    2. Allow the user to select an account (from saving or from checking)
    3. Allow the user to process a transaction: deposit, withdraw, or just to check balance
    4. Make sure if deposit and withdrawal takes place, the balance is modified accordingly.
    5. Make sure the transaction is recorded if deposit and withdrawal takes place.
    6. Allow the user to logoff and receive a “printed slip” reflecting the transaction


    Can anyone help?

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Do you want someone to write the whole proj for you ?? If you have specific problem , post it here !

  3. #3
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Sounds like homework.

  4. #4
    Frenzied Member EyeTalion's Avatar
    Join Date
    Jul 2000
    Location
    New York
    Posts
    1,075
    maybe he works for a bank


    1. Login to the database: authenticating ID and Password
    -query the database
    2. Allow the user to select an account (from saving or from checking)
    -grab all the users accounts associated with his userid,then
    populate a dropdown the pageload
    3. Allow the user to process a transaction: deposit, withdraw, or just to check balance
    write a function to adjust balance after the transaction
    4. Make sure if deposit and withdrawal takes place, the balance is modified accordingly.
    fire the function from above
    5. Make sure the transaction is recorded if deposit and withdrawal takes place.
    insert a record with the data you need
    6. Allow the user to logoff and receive a “printed slip” reflecting the transaction
    you could use a report here

    now, that the program requirerments are broken down, start with your login screen and proceed from there..if you have "specific" question submit a post and someone will help...
    Last edited by EyeTalion; Jun 7th, 2003 at 04:39 PM.
    It's tough being an unhandled exception...

    ___________
    VB.NET 2008
    VB.NET 2010
    ORACLE 11g
    CRYSTAL 11

  5. #5
    Lively Member
    Join Date
    Oct 2002
    Posts
    67
    I'll do your homework for ya for $300.00


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width