No announcements
Found 3633898 threads
-
0 Votes
Labels not available outside of IF statements
You can use partial class.Answered | 4 Replies | 2750 Views | Created by CsharpLerner - Friday, May 21, 2010 11:46 AM | Last reply by BonnieB - Sunday, May 23, 2010 2:17 PM -
0 Votes
Making A Label Resizable?
Select the label control on the form, then set the AutoSize property to False in the property browser.Answered | 2 Replies | 2905 Views | Created by bobber205 - Thursday, July 19, 2007 4:16 AM | Last reply by bobber205 - Thursday, July 19, 2007 11:04 PM -
0 Votes
Array Of Label Controls Or Similar Solution
Alternately you can access the Controls collection by name: for (int n = 1; nAnswered | 2 Replies | 7276 Views | Created by LearningVisualC2005 - Thursday, April 30, 2009 3:30 AM | Last reply by Tergiver - Thursday, April 30, 2009 4:29 AM -
1 Votes
Dynamically content access of label .using label style
Hello, Add TargetType="{x:Type Label}" to the ControlTemplate (otherwise it won't "know" what properties are ...Answered | 1 Replies | 713 Views | Created by wpfprofessional - Thursday, November 26, 2015 10:15 AM | Last reply by cedric pautet - Thursday, November 26, 2015 12:35 PM -
2 Votes
Labels
How do I change the size of a label?Answered | 4 Replies | 1477 Views | Created by Laurie4 - Monday, December 10, 2012 1:28 PM | Last reply by Shyam Kr - Monday, December 10, 2012 1:56 PM -
26 Votes
Multiline Labels?
Just to throw in a solution that I did that uses multiline labels I wanted to create a replacement for MessageBox.Show for errors that had extra ...Answered | 8 Replies | 195012 Views | Created by Knvb1123 - Thursday, August 3, 2006 2:14 PM | Last reply by StrawCakes - Tuesday, January 25, 2011 6:48 PM -
0 Votes
label
Adding controls at run time:https://support.microsoft.com/en-us/help/308433/how-to-programmatically-add-controls-to-windows-forms-at-run-time-by-u You ...Answered | 7 Replies | 534 Views | Created by Scott7465625255 - Friday, December 8, 2017 8:51 PM | Last reply by Cherry Bu - Monday, December 11, 2017 2:39 AM -
2 Votes
Label()
But you can make an array at run time if you need to manipulate the labels in an group.Answered | 2 Replies | 3194 Views | Created by DonFig - Monday, August 31, 2009 8:02 AM | Last reply by Rod Stephens - Monday, August 31, 2009 1:26 PM -
0 Votes
using a label as a button
the reason, if you're still wondering, why I like to use labels as buttons is because I can make them as big or small as i like and still have the writing ...Answered | 16 Replies | 4540 Views | Created by Christ Kennedy - Saturday, October 30, 2010 10:51 PM | Last reply by Christ Kennedy - Friday, November 5, 2010 11:50 AM -
1 Votes
Mailing Labels in standard VS2010 report and reportviewer ?
Hi Dan Kirk, yes, you can print label using RDLC Report.Answered | 2 Replies | 7178 Views | Created by Dan_Kirk - Saturday, April 7, 2012 12:48 PM | Last reply by Dan_Kirk - Saturday, April 7, 2012 7:04 PM -
1 Votes
Replace negative scored labels with zero using SQL transformation
Hi, It looks like you have decided to use SQL instead of R/Python:Answered | 3 Replies | 1150 Views | Created by Vishal21 - Wednesday, March 7, 2018 10:07 AM | Last reply by Jaya Mathew - Thursday, March 8, 2018 1:45 PM -
4 Votes
Recovering a TFS label
And then if should be possible to use the TFS version control API to read out the label from one environment and piece it back together on the other.Answered | 4 Replies | 1135 Views | Created by JadedUser - Thursday, September 18, 2014 5:21 PM | Last reply by Jesse Houwing - Saturday, September 20, 2014 9:20 AM -
0 Votes
Is it possible to get axis labels to mimic the axis grouping?
After much hair pulling and face palming I have found the solution.Answered | 1 Replies | 758 Views | Created by GiveItStickMan - Monday, April 29, 2013 11:28 PM | Last reply by GiveItStickMan - Tuesday, April 30, 2013 12:48 AM -
0 Votes
Changing label(i).text on labels 1 through 20.
I didn't know you could do that through code without using the designer.Answered | 12 Replies | 3209 Views | Created by AnthonyL2215 - Monday, August 19, 2013 9:43 PM | Last reply by Frank L. Smith - Wednesday, August 21, 2013 12:33 PM -
2 Votes
[HELP] Label possible change color and back color?
WOW :O Yes the best solution is create more than 1 label....Answered | 8 Replies | 786 Views | Created by extream87 - Friday, June 12, 2015 12:58 AM | Last reply by Mr. Monkeyboy - Friday, June 12, 2015 5:26 PM -
0 Votes
Using Label for Build
Hi, For your case, you need to use the Branch feature.Answered | 3 Replies | 5341 Views | Created by akhilrajau - Friday, November 9, 2012 7:24 AM | Last reply by Jie Bao - Monday, November 12, 2012 3:17 AM -
0 Votes
Labels and Display Name
Add a new Silverlight class library project to your solution (or use an existing one if you have one).Answered | 3 Replies | 2420 Views | Created by Missiodei - Tuesday, September 20, 2011 3:10 PM | Last reply by Yann Duran - Wednesday, September 21, 2011 12:48 AM -
0 Votes
label creation
Dim lab As New Label lab.Text = "Some text" Me.Controls.Add(lab) AddHandler lab.Click, AddressOf LabelClick You then ...Answered | 17 Replies | 1032 Views | Created by tellyellinas - Friday, December 5, 2014 2:30 PM | Last reply by Carl Cai - Thursday, December 11, 2014 3:16 AM -
0 Votes
Updating a label without using DoEvents
Thanks Amal, good article and not too hard to translate to VB ;)Please mark the post as answer if solved and maybe post the final solution for othersAnswered | 3 Replies | 3089 Views | Created by jon9999 - Tuesday, March 10, 2009 11:41 AM | Last reply by JohnWein - Tuesday, March 10, 2009 2:11 PM -
0 Votes
How to control text alignment in multiline smart labels?
Yes, I tried to only use the callout annotations.Answered | 8 Replies | 5000 Views | Created by TorstenU - Sunday, December 28, 2008 8:41 PM | Last reply by Alex Gorev - Thursday, February 19, 2009 3:57 PM - Items 1 to 20 of 3633898 Next ›
No announcements