Questions tagged [label-control]

8 questions
7
votes
3 answers

Is there no Label control in Silverlight?

I can't seem to find a Label control in Silverlight. I get compile errors if I put anywhere in my XAML.
skb
  • 30,624
  • 33
  • 94
  • 146
2
votes
1 answer

Winform label control text changes place

I have a labelControl.Text ="My name:"; Result is :My name Symbols changes place. If I write "&= My name", the result is =& My name. How do I stop it from changing places?
Tinsley
  • 75
  • 7
1
vote
1 answer

how to change font color and size within single label component in flex

i'm trying to create a unordered list in Flex. My issue is that within each line, i want the word NEW to be a different font color and different font size from the rest of the label text. I am unsure of how to do this INLINE within the label…
Rees
  • 1,757
  • 9
  • 33
  • 50
0
votes
1 answer

Out-put the result in a LABEL control using powershell

I am writing a script in PowerShell using GUI, to get the user properties which is shown in bold. i want the output to be in a LABEL control. i got the following error *Cannot convert the "(get-Aduser $Holdaccount -properties PasswordLastSet,…
0
votes
0 answers

MouseMove firing only on Label area not containing any text. How can I fix this?

[VS Community 2017] On a Form I have a user control. The user control has 1 Label control (and 4 PictureBox controls, which are not involved in this question). The Label control sits at position 0,0 of the user control, and the user control at…
user1889116
0
votes
2 answers

Handling JavaFX Events, like capturing text from text field control

I am trying to create an event for the button that captures the text entered in the TextField and PasswordField control. I know it has something to do with event-handling, but don't know how to implement it. You will see in my code the class I've…
fruity pebbles
  • 17
  • 1
  • 1
  • 7
0
votes
5 answers

Place a grid of labels on a form

I'm trying to place a grid of labels on my winforms app. First, I'm populating a list of label objects of size (200 x 50) and then trying to place them so that when x reaches the width of the form (581), I increment y by 50 + 1 Here is my…
user
  • 715
  • 4
  • 13
  • 32
0
votes
2 answers

Populate control with set of labels

I'm writing a program that get data from the registry and then adds groupboxes to a tabcontrol, and in the groupbox I'd like to create as many label controls (to display the registry info) as many data (key-value pairs) I got. To do this I made this…
SecThor
  • 69
  • 7