T 
		
								
				
				
			
		tracktor
In the Resize event of a form, I am trying to show the Width of the form in
the text box. This is the code I have been trying but is not working
textBox1.Text = this.Size.Width.ToString();
any help is appreciated.
				
			the text box. This is the code I have been trying but is not working
textBox1.Text = this.Size.Width.ToString();
any help is appreciated.