Property bag/COM
Visual Basic
1
Posts
1
Posters
1
Views
1
Watching
-
I've been trying to use a property bag to move parameters from a method call in one object to a method in another object. It seemed like a good idea at the time, however I keep getting an error regarding the incorrect use of references to private objects in method calls and the like. The property bag is declared public in the declarations section of the form from which it originates, and I've tried passing both ByRef and ByVal with no success. Any help will be greatly appreciated. TIA. :confused: