↧
Me
The Me keyword is used any time we want our code to refer to methods within the current object. This was used in VB6 – when we might have utilized the Me keyword to refer to the current form, or the...
View ArticleMe
No matter how hard I try to understand I am not clear about Visual Basic Keyworkd MeFrom MSDN Me <Keyword> provides a way to refer to the specific instance of a class or structure in which the...
View Article