Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 equivalent of "this" in VB

Author  Topic 

rtutus
Aged Yak Warrior

522 Posts

Posted - 2006-05-18 : 21:57:46
I have a C++ code that I need to change to VB
what d be the VB command like "This" in C++
And what does "This" do Excatly
Thanks

dfiala
Posting Yak Master

116 Posts

Posted - 2006-05-18 : 22:03:52
this refers to the current instance of a class

the equivalent in VB is

Me

Dean Fiala
Very Practical Software, Inc
Now with Blogging...
http://www.vpsw.com/blogbaby
Microsoft MVP
Go to Top of Page

rtutus
Aged Yak Warrior

522 Posts

Posted - 2006-05-18 : 22:49:50
thanks, so the equivalent would be you : ) (Me= you)
Go to Top of Page
   

- Advertisement -