Hi, a console version of the card game War was posted here before:
http://www.c-sharpcorner.com/forums/thread/157047/card-war-game.aspx
I'm trying to make a similar version but on a windows form. I want to have 2 buttons, one of them the deal button and the other a play button. Each time the play button is clicked the winner of each show is output. After 4 shows the output clears and the 5th show's output is shown and so on until the 26th and final show.
After the final show the output dissapears and the final results appear.
Can someone make a version like this ?
Loading
VulpesPosted Apr 25, 2013, 12:48 PM
You'll need to add a read-only multiline textbox (txtResult say) under your buttons (btnDeal and btnPlay say) which is big enough to display 9 lines of text. The skeleton handlers for all events should, of course, be added via the VS designer rather than manually so they are wired up automatically to the events: