Dim f As Form f = New Form MsgBox(f.BackColor.ToString)
Dim f As Form f = Me MsgBox(f.BackColor.ToString)
Dim s As String s = "ABCD" MsgBox(s)