|
|
|
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 run the MIDL compiler on this IDL to make a typelib that include help strings for Enums and thus has a more professional look. |
Click here to copy the following block | typedef [uuid(742F2A4D-8B13-4DF0-905E-91D03769A49C), version(1.0), helpstring("Enums for ASPMtnSms")] enum { [helpstring("Auto login")] <<<--- INSERT this helpstring amsAutoLogin = 0 } AspMtnSMSEnum; |
Run the following command to generate aspmtnsms.tlb MIDL aspmtnsms.dll /mktyplib203
Unfortunately, there is no way - or at least I can't devise it - to incorporate this into a VB component (dll) instead of a stand-alone type library.
|
|
|
|
Submitted By :
Nayan Patel
(Member Since : 5/26/2004 12:23:06 PM)
|
|
|
Job Description :
He is the moderator of this site and currently working as an independent consultant. He works with VB.net/ASP.net, SQL Server and other MS technologies. He is MCSD.net, MCDBA and MCSE. In his free time he likes to watch funny movies and doing oil painting. |
View all (893) submissions by this author
(Birth Date : 7/14/1981 ) |
|
|