VS Express Editions
Windows Vista
Architecture
Visual FoxPro
Visual C#
Windows Live
Visual Studio
Windows Forms
SQL Server
VS Team System
Microsoft ISV
Game Technologies
Visual Basic
Smart Device
Visual J#
Software Development Network>> Visual Basic>> wordwrap
wordwrap
Hot Topic
Visual Basic.Net 2003 Standard ???
how to read disk drive like reading a file
How do you compare binary files with VB Express 2005
File Access Denied
How to Display a Tooltip at a Different Location than the Mouse Cursor?
Add text to a text box from a module
Problem with Socket?
Monitoring system messages?
Bad generic method overload resolution?
Deployment .NET 2 problem
Visual Basic
Relase the Fix for Visual Basic Compiler Error &H8013141e&
"Can't add a reference to selected file."
Need some help.
Dynamic Addition of ToolbarButtons?
Is this supported in the IDE?
explanation of delegates
Where to find BASIC help after downloading and installing Express with small option
NULL character in text box
Next NewBee question (Icons and TreeView)
error message when trying to run compiled programs on a particular computer
wordwrap
In Vb .Net the Lable's property
wordwrap
was removed. How can I by-pass this Is there something else to use instead
Thanks for any reply!
Answer this question
wordwrap
SharpCarp
YES, the word wrap property of a label in VB6 doesn't exist in VB.NET. Is there a workaround for it
Thanks.
Garg Umesh
But Label do word wrap automatically, by default. It will not be seen if it have AutoSize property on.
GedMarc
Thank's man, this should do. I thought that there might be a work-around.
DaveHot
I thought Label do word wrapping automatically, isn't it
Rick X
You can turn off AutoSize and set size of the label manually, enough to hold text in most situations. Or you can use TextBox with ReadOnly setting, so if text is more than you expect - scrollers will appear.
vaghelabhavesh
But if I put a label on a form and the text is larger than the form, the label doesn't adjust so that it fits into the form. This is my problem.
wordwrap
Answer this question
wordwrap
SharpCarp
Thanks.
Garg Umesh
GedMarc
DaveHot
Rick X
vaghelabhavesh