lblMyLabel.Font-Bold= True
lblMyLabel.Text = "HELLO!"
lblMyLabel.ForeColor = Drawing.Color.RedJust like you are doing right now?
Label1.Font.Bold = true;
What's acutally going wrong with your code?
lblMyLabel.Font-Bold= True
lblMyLabel.Text = "HELLO!"
lblMyLabel.ForeColor = Drawing.Color.RedJust like you are doing right now?
Label1.Font.Bold = true;
What's acutally going wrong with your code?
0 comments:
Post a Comment