Rank: Member Groups: Member
 
 
Joined: 11/7/2008 Posts: 16 
	 | 
		   
	     
		    When I maximize the form in VS2010 Windows Forms Application, how do I get the webControl1 to maximize also?
  Thank You!
		 
	 | 
	
		Rank: Administration Groups: Administration
 
 
Joined: 5/27/2007 Posts: 24,427 
	 | 
		   
	     
		    Hi, 
  You might want to ask someone else around you for such questions. WebControl1 is a control that sits inside your Form and it works the same way as any other controls. So if you have a TextBox inside your Form that you want to maximize, you would have the same question. Thus we consider this a very generic Windows Forms programming question. As a general rule, we are not in a position to answer generic programming questions. So you will want to seek other resources on this. 
  Thanks!
		 
	 | 
	
		Rank: Member Groups: Member
 
 
Joined: 11/7/2008 Posts: 16 
	 | 
		   
	     
		    Understood.  I just want to make sure that it will work that way before I waste my time testing something that does not do what i need it to.  Plus I get an understanding of the support you provide. 
		 
	 | 
	
		Rank: Administration Groups: Administration
 
 
Joined: 5/27/2007 Posts: 24,427 
	 | 
		   
	     
		    Great. Thanks for understanding!
		 
	 |