I'm attempting to write an OCX in vb6(sp5) which contains a user-control that i'd like to possibly attach to a form in a seperate .EXE at some point(s) in the future. I therefore do not want to add the .OCX into the Component list of my .EXE.
Issues arise in attempting to access the properties/methods i've defined. Fact is, my .EXE complains that the Properties/Methods don't exist.
Any way around this?
Issues arise in attempting to access the properties/methods i've defined. Fact is, my .EXE complains that the Properties/Methods don't exist.
Any way around this?