new line in label
-
how can I make new line in label? I want that a label will be with number unknwon of lines and i want it ot be handled in run time. i want that a string will be created in run time and than to do : label.text = string how can i do it??:confused: thank u. sharon
-
how can I make new line in label? I want that a label will be with number unknwon of lines and i want it ot be handled in run time. i want that a string will be created in run time and than to do : label.text = string how can i do it??:confused: thank u. sharon
I don't have the VS.NET on this computer right now but I think you have to set the label control to have multiply lines... Rickard Andersson@Suza Computing C# and C++ programmer from SWEDEN! UIN: 50302279 E-Mail: nikado@pc.nu Speciality: I love C#, ASP.NET and C++!
-
how can I make new line in label? I want that a label will be with number unknwon of lines and i want it ot be handled in run time. i want that a string will be created in run time and than to do : label.text = string how can i do it??:confused: thank u. sharon
.Multiline = true; MSDN doc.
MS quote (http://www.microsoft.com/ddk) : As of September 30, 2002, the Microsoft® Windows® 2000 DDK, the Microsoft Windows 98 DDK, and the Microsoft Windows NT® 4.0 DDK will no longer be available for purchase or download on this site. Support for development will ship at the same time as the Windows XP Service Pack 1 (SP1) release.
-
.Multiline = true; MSDN doc.
MS quote (http://www.microsoft.com/ddk) : As of September 30, 2002, the Microsoft® Windows® 2000 DDK, the Microsoft Windows 98 DDK, and the Microsoft Windows NT® 4.0 DDK will no longer be available for purchase or download on this site. Support for development will ship at the same time as the Windows XP Service Pack 1 (SP1) release.