
Creating help string for Enum constants
I’ve been trying to find a way to assign helpstrings for Enums in Visual Basic. The Class builder utility does that only for methods, events, and properties, but not for Enums.The IDL source code that corresponds to an Enum in a type library looks something like follws, and you can