I have a label with a picture that i want to be visible to the user. However, i also have text in that label that i need for the program to work but is unnessesary to the user.
I would use Color.Transparent; to hide the text however i have a background on the form and using transparen would just write the text in the background color of the form which would result in the user still seeing the text but just in a different color. (the background picture isn't a solid color it is checkered, furthermaking color.transparent useless)
So my question is, is there a way i can accomplish this?
If this is not possible, is there a place in the properties of a control to store any text information whichout the user seeing it.
If anyone is wondering why i need this, it is because i am dynamicly rying to retrieve which button is pressed.