i want to add a label over progress bar to show the percentage of the completed task .
i added the code :
Label1.Parent = ProgressBar1
Label1.BackColor = Color.Transparent
but now i can't see the label1 even.
so how to make label1 transparent.