user-defined types
Visual Basic
2
Posts
1
Posters
0
Views
1
Watching
-
hello, I need to pss arguments to a sub, the argument is an user-defined type defined in a module as public. when I compile he app I get the error : "Only public user defined types defined in public object modules can be used as parameters or return types for public procedutres of class modules or as fields of public user defined types." what do i do ?
-
hello, I need to pss arguments to a sub, the argument is an user-defined type defined in a module as public. when I compile he app I get the error : "Only public user defined types defined in public object modules can be used as parameters or return types for public procedutres of class modules or as fields of public user defined types." what do i do ?