|
-
Sep 30th, 2004, 11:51 AM
#1
Thread Starter
New Member
diff ways to set properties
hi all,
what's the difference between or advantage of the following 2 examples?
example 1......
With Label1
.container = Frame1
End With
example 2......
set Label1.Container = Controls(Frame1)
thanks.
-
Sep 30th, 2004, 12:11 PM
#2
Surprisingly, Example 1 isn't valid code.
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
|