CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 22

Threaded View

  1. #1
    Join Date
    Dec 2009
    Location
    Kathmandu,Nepal
    Posts
    168

    [RESOLVED] Need Help on this Bank Program!

    Hi! I am a UG student of Computer Engineering and It would be nice if someone could help me on this C# project that i want to create just for educational purpose. I have a average C and C++ programming knowledge. But I am new to the C# or .Net for that matter.

    I have rough or pitty good idea on the concept behind this program because I have done program in C++ that does same thin except the fact that it runs on console or DOS. But I am finding hard on C# and I am stuck on the very first step that is creating a account and assigning it to the array of object.

    Till now there are 2 window form on my Program. First with 'create new Account Button' and when user clicks on that button another form shows up with textbox for inputing NAME, Password and intial Amount.


    The Code Posted above Compiles fine on VS2008 Professional Edition . But When i Insert Information and click on I accept it always comes with warning that says.. "Object reference not set to an instance of an object."

    I would be very thankful if someone could solve my problem. My email is [email protected]


    I have attached my project jus below
    Last edited by rocky_upadhaya; January 20th, 2010 at 12:40 PM. Reason: A Hugely Updated Bank Program!!

Tags for this Thread

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

Featured