how can i make an ocx that has a property e.g control1.timeidle and that property to be a read only one i want an message to appear to user who tries to set that property saying that this is a read only property
Printable View
how can i make an ocx that has a property e.g control1.timeidle and that property to be a read only one i want an message to appear to user who tries to set that property saying that this is a read only property
Don't provide a Property Set procedure. VB will interpret this as read-only :)