
Read-only and Write-only Properties
Does anyone out there understand the code written by the ActiveX Control
Interface Wizard to make properties read-only and write-only at design time
and run time? It uses an Attribute statement involving VB_Memberflags and
performs an Err.Raise 387 and I can't find any documentation on any of
these. There are numerous examples on MSDN of using VB_Memberflags, but
none of them have any explanations or comments which would help in working
out just what these things can do and how to use them. Worse, I can't even
locate a list of Error Codes any more, either on the DVD version of MSDN or
on-line.
Can anyone point me in the right direction on this?
Bill Wood