Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: ENUM ERROR


Message #1 by "Monty" <montylove@h...> on Mon, 9 Dec 2002 23:44:34 +0530
It seems that the wrox server ate my last replies... I thought
only the dogs eat the homeworks :)

Monty, 

Only public declarations in public classes are exposed in the
interface of a component. Anything declared public in a bas
module is public only within the component, but they are not
accessable externally.

Move the Enum declaration into you usercontrol module and you are set.

Marco


> 
can u please tell me how to use enums with properties in user controls


  Return to Index