|
-
April 15th, 2002, 07:51 PM
#1
Equivalent C statement for VB Set
in VB, we can set a variable reference to another variable, like this
dim d as new class1
dim withevents c as class1
set c = d
so, c is not an instance, but rather reference to d, but whenever, some event happen in d, c get triggered.
So, what is the equivalent C statement for "set c = d" ? thanks.
HTH
cksiow
http://vblib.virtualave.net - share our codes
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|