R
Rick
Hi group,
I'm trying to inherit from the windows checkbox control. This is no
problem. My goal is to add a property that is based on an enum. When I
have an enum declared within the class, it works correctly, however,
my enum is declared in a referenced assembly. The form cannot load the
enum from the referenced assembly, it indicates that it can't load the
type.
using VB, VS2005.
Any thoughts on this one? I would like to not have to duplicate my
enum in this class.
Thanks,
Rick.
I'm trying to inherit from the windows checkbox control. This is no
problem. My goal is to add a property that is based on an enum. When I
have an enum declared within the class, it works correctly, however,
my enum is declared in a referenced assembly. The form cannot load the
enum from the referenced assembly, it indicates that it can't load the
type.
using VB, VS2005.
Any thoughts on this one? I would like to not have to duplicate my
enum in this class.
Thanks,
Rick.