Hello people!
I am trying to create a label using code. But I don't konw how.
I tried to use some code like:
but that didn't work.Code:Dim lbl_new as New Label lbl_new.Location = New Point(10, 10)
Can anyone point me to a tutorial or explain how I can do this?


Reply With Quote
