Hello people!

I am trying to create a label using code. But I don't konw how.

I tried to use some code like:
Code:
Dim lbl_new as New Label
lbl_new.Location = New Point(10, 10)
but that didn't work.

Can anyone point me to a tutorial or explain how I can do this?