tman11580
09-09-2008, 12:47 AM
I want to make it so when you click button1 it makes the text align of a label move. not sure whats wrong with my code can anyone help?
Button1_Click = Label1.TextAlign = ContentAlignment.MiddleLeft
thats what i have and its not working, what am i doing wrong?
Button1_Click = Label1.TextAlign = ContentAlignment.MiddleLeft
thats what i have and its not working, what am i doing wrong?