Hi. Im new to C# and want to make a bank program. Its a simple thing, with a Deposit textbox and a Withdraw textbox, and a Balance textbox.

I want to have it so you start with 50$ on the Balance part. I think I have done that, not sure if it works though.

I also want it to be like this: I type a number in the Deposit box, hit enter, and it will add that amount to Balance. And when I type a number in the Withdraw box, and hit enter, it will subtract that amount from the Balance.

I cant find ANY good tutorials for this VISUAL C# app. It is a Windows App, and I am using Microsoft Visual Studio.NET 2003.

It seems I cant attach zip files, so how can I show you guys what I currently have done? Can anybody help me out with this PLEASE!?!

Thanks
-Ryan