i have an enumeration in a class...and i want that 1 function has a parameter that uses that enumeration...how do i do that? i want that when in form1 i type mClass.mFunction i can put in there my enumeration as parameter..i tryed puting the enumeration as public but didnt work