keep it in the same form???

rusty

Member
Joined
May 10, 2010
Messages
9
Programming Experience
Beginner
I'm writing an atm program. Should I write it to where each page (ie: withdraw, transfer, deposit, etc.) hides the current form and calls another form to show? How do I keep it all in the same form so it doesn't look like I'm closing and opening new forms?
 
Move everything into a single form, then show/hide the pieces as needed. I use panel's for this sort of thing.
 
Back
Top