What is the error? If you can, please, include a sample of how youare
trying to create them.
-----Original Message-----
From: Stuart Naylor [mailto:indtec@e...]
Sent: Thursday, April 19, 2001 3:20 PM
To: professional vb
Subject: [pro_vb] RE: Object Models
I can't I get a error message
-----Original Message-----
From: Yehuda Rosenblum [mailto:Yehuda@I...]
Sent: 19 April 2001 13:58
To: professional vb
Subject: [pro_vb] RE: Object Models
Sure you can. What you do is have one class module that is public
creatable and calls the other modules. All the background stuff is done
in the other modules.
-----Original Message-----
From: Stuart Naylor [mailto:indtec@e...]
Sent: Wednesday, April 18, 2001 3:36 PM
To: professional vb
Subject: [pro_vb] RE: Object Models
You can't cross call between Public and Private Classes.
I just don't like when you make a public non creatable that they still
show
even though you get an error if you try to create them