Hi ahmed_one, go to view/visual aids and make sure you have both SHOW and VISIBLE BORDERS ticked.
Hope this helps.
|
|
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
Hi ahmed_one, go to view/visual aids and make sure you have both SHOW and VISIBLE BORDERS ticked.
Hope this helps.
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
jmcilhinney, I think your talking about standard asp? In vb.net sizing handles are shown at all corners when activated in the view menu.
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
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks