G 
		
								
				
				
			
		Grisha0
hi,
	
	
	
		
\c\Form1.cs(124): 'object' does not contain a definition for 'text'
how to tell the compiler that this is button ... and get the value from
it...
help please ...
				
			
		Code:
	
	System.Collections.ArrayList a = new ArrayList();
Button b = new Button();
b.Top= 40;
b.Left= 30;
b.Parent= this;
b.Text ="blah blah blah";
a.Add(b);
b.Text= (Button)a[0].text;how to tell the compiler that this is button ... and get the value from
it...
help please ...
 
	
