windows forms
I am using c# and the windows application forms to create a little childrens game. I am currently drawing multiple windows to the screen. However I would like to display only one window and redraw it several times in the same place. The screen gets kind of cluttery with several windows being displayed several times.
Sam HobbsPosted Feb 18, 2011, 1:31 AM
FroglegPosted Feb 18, 2011, 12:28 AM
In button click event = picturebox1.Image= Image.FromFile(your image);
phil67rpgPosted Feb 18, 2011, 12:15 AM
FroglegPosted Feb 17, 2011, 4:08 AM
Sam HobbsPosted Feb 16, 2011, 9:26 PM