Question:
VB6, Enterprise, standard exe, when I try to define a public user defined type in the general declarations area I get a compile error stating:
Cannot define a Public user-defined type within a private object module
I can define the type within a module and there is no problem there. Can you change the first form so that it is a public module or is it just hard coded that way?
Maybe there is a reason that I need to learn more about why it was done this way?
THanks..!
VB6, Enterprise, standard exe, when I try to define a public user defined type in the general declarations area I get a compile error stating:
Cannot define a Public user-defined type within a private object module
I can define the type within a module and there is no problem there. Can you change the first form so that it is a public module or is it just hard coded that way?
Maybe there is a reason that I need to learn more about why it was done this way?
THanks..!