underline just one word within a lable
C#
5
Posts
3
Posters
0
Views
1
Watching
-
You'd need to create your own control to do that.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
Subclass
System.Windows.Forms.Label
control and overrideOnPaint
method. Use the graphics object and work with DrawString()[^] method.Navaneeth How to use google | Ask smart questions
-
Subclass
System.Windows.Forms.Label
control and overrideOnPaint
method. Use the graphics object and work with DrawString()[^] method.Navaneeth How to use google | Ask smart questions
-
Subclass
System.Windows.Forms.Label
control and overrideOnPaint
method. Use the graphics object and work with DrawString()[^] method.Navaneeth How to use google | Ask smart questions