![]() |
Click here to advertise with us
|
|
|||||||
| IDE Anything concerning the Visual Studio IDE |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi,
I am new to VB.NET, recently I've install Visual Studio 2008. Im facing problem in VB.NET, when using controls from Toolbox like textbox,lable...i don't see any sizing handles to resize the controls as per my needs.Only buttons control have sizing handles. Is there anything I need to do to enable sizing handles?? Ahmed |
|
||||
|
A Label control doesn't show sizing handles because its Size is determined by the Text it contains. To change that you must set the AutoSize property to False and then it will provide sizing handles just like a Button.
The TextBox provides sizing handles on the left and right sides but not on the corners or the top and bottom because the Height of a TextBox is determined by its Font. To change that you must set the Multiline property to True, although that will also allow the user to enter multiple lines.
__________________
![]() 2007, 2008, 2009, 2010 Why is my data not saved to my database? | Communicating between multiple forms MSDN: Data Walkthroughs | "How Do I?" Videos My Blog: Custom Events | Dynamic GDI+ Drawing |
|
||||
|
I'm not talking about ASP or ASP.NET. I'm talking about Windows Forms.
__________________
![]() 2007, 2008, 2009, 2010 Why is my data not saved to my database? | Communicating between multiple forms MSDN: Data Walkthroughs | "How Do I?" Videos My Blog: Custom Events | Dynamic GDI+ Drawing |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|