|
-
Aug 20th, 2016, 12:23 PM
#27
Re: How do I create a TypeLib for UDTs in VB6?
You can also make all of this go away by avoiding UDTs and using simple value classes instead. While this doesn't substitute for all UDT usage it works quite well for the majority of cases. If necessary you can add code to persist them as text data (XML, JSON, INI-like key/value lists) or PropertyBags or whatever.
This can be much more useful because you can also extend them by adding code as property, method, and event definitions.
No DLL, no TLB, no anything extra required.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|