frmMain.Show()
i wrote this syntax above and the whole thing got underlined in blue
and a warning stating that Reference to a non-shared member requires an object reference.
I read from the SDK that .show() is inherited from a control? What does this mean? and how do i solve this problem?
i wrote this syntax above and the whole thing got underlined in blue
and a warning stating that Reference to a non-shared member requires an object reference.
I read from the SDK that .show() is inherited from a control? What does this mean? and how do i solve this problem?