|
-
Nov 14th, 2002, 12:18 PM
#1
Thread Starter
New Member
class property, multiple variables
Hi,
I am taking a vb class that is using vb6 for instruction, using vb.net for coding.
I am very confused about setting properties in classes. My assignment uses a test file that accesses the property RPlace as follows:
Call b1.RPlace(a, b, c)
When I started coding the property, I got very confused on how to either get or set 3 variables, because all of the examples I read in the (numerous) books I've purchased use a single variable.
The tooltip message I get in the module code is:
"Property Access must assign to the property or use its value". I do not understand what this message means (I have some itelligence, but it seems to have failed me here).
What type of information do I need to provide to get someone to help me understand how the properties I define in a class interact with the code in my module, and how I can use three variables with my class property?
Crossing my fingers!
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
|