Link to home
Start Free TrialLog in
Avatar of OnError_Fix
OnError_Fix

asked on

Creating custom classes

Hi folks,

I've created two custom classes:

 1) Master.vb
 2) ObjectDetail.vb

I want to achieve the desired functionality:

 In master.vb, there is a property called .Items. I would like it to be a collection of ObjectDetail.vb objects.

How can I do this?

Thank you,

OnError_Fix
Avatar of cyberdevil67
cyberdevil67

Hi OnError_Fix,

 under expert settings you'll see the setting you need

Cheers!
OnError_Fix,

 sorry wrong area. ignore my post
ASKER CERTIFIED SOLUTION
Avatar of amyhxu
amyhxu

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of OnError_Fix

ASKER

Brilliant -- just what I needed. Thank you!