![]() |
|
|
+ Search |
![]()
|
Dec 12th, 2003 15:44
Knud van Eeden,
---------------------------------------------------------------------- --- Knud van Eeden --- 13 December 2003 - 00:33 am ------------------- Visual Basic: How to use the 'this' command (='Me') in Visual Basic.NET? --- The 'Me' keyword is analogous to the this keyword in C++ and C# languages. --- The 'Me' keyword is used any time we want our code to refer to methods or variables within the current object. --- [Internet: source: http://visualbasic.about.com/gi/dynamic/offsite.htm? site=http%3A%2F%2Fdeveloperfusion.com%2Fshow%2F1047%2F2%2F] --- --- Internet: see also: --- C#: How to use the 'this' command in C#? http://www.faqts.com/knowledge_base/view.phtml/aid/24776/fid/791 --- C++: How to use the 'this' command in C++? http://www.faqts.com/knowledge_base/view.phtml/aid/16106 --- Delphi: How to use the 'this' command (='self') in Delphi? http://www.faqts.com/knowledge_base/view.phtml/aid/16108/fid/175 --- Java: How to use the 'this' command in Java? http://www.faqts.com/knowledge_base/view.phtml/aid/16104 ----------------------------------------------------------------------