I have an ActiveX Control implemented using VC++ 5.0


I have two property for whic there are enemerations,


First one is long property, whose values are, 0,1 and 2. Means "0 - FIXED", "1-UPDATABLE", "2-DELETABLE"

Second one is String property, whose values are "HORIZONTAL" and "VERTICAL".


I want to show them as choices (combo boxes) in VB properties window.


Does anyone has any sample or hints of how to do that?


Thanks


Ram