How do i clear the screen?
I am making a windows app i have 1 form i want to clear it. I searched the forums, i googled around, and i still have no idea. Oh ya visual studio.net has the best help ive ever seen in any software package. Those microsoft guys are clever bunch. The help is so worthless why even have it?
Re: How do i clear the screen?
Quote:
Originally posted by abcdefg
Oh ya visual studio.net has the best help ive ever seen in any software package. Those microsoft guys are clever bunch. The help is so worthless why even have it?
so...do you think it's good or do you not like it? you've contadicted yourself.
Basically, to get the form back to defaults(I assume that's what you mean), you have to write code that will go through each control (text boxes, listboxes, combo-boxes, etc) and either set the text to "" or in some cases you can call the emtpy() method or clear() method.