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.
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 VBwhat d be the VB command like "This" in C++And what does "This" do ExcatlyThanks |
|
dfiala
Posting Yak Master
116 Posts |
Posted - 2006-05-18 : 22:03:52
|
this refers to the current instance of a classthe equivalent in VB isMeDean FialaVery Practical Software, IncNow with Blogging...http://www.vpsw.com/blogbabyMicrosoft MVP |
 |
|
rtutus
Aged Yak Warrior
522 Posts |
Posted - 2006-05-18 : 22:49:50
|
thanks, so the equivalent would be you : ) (Me= you) |
 |
|
|
|
|