I’m trying to improvise a chat for my web site. I have 2 TextBoxes (one for the subject of the question and other for the content of the question). After a certain button is clicked I update a Label with the results.
The position of the Label is not where I want it to be. How can I adjust the position of the Label?
You need to set the Bounds of the label to change it’s position & size (assuming your referring to WinForms). Alternatively you can set the Location property directly.