Hi
I'm just starting out in VB so please be patient.
I am creating an activex control, in the class there is a single variable
that is to be validated when set. Currently I am using the let/get property
to set and retrieve this value. Should I perform the validation within the
let property or within a function that then calls the let, I ask this as a
let does not seem to be able to return a value.
Thanks in advance.
Rich
I'm just starting out in VB so please be patient.
I am creating an activex control, in the class there is a single variable
that is to be validated when set. Currently I am using the let/get property
to set and retrieve this value. Should I perform the validation within the
let property or within a function that then calls the let, I ask this as a
let does not seem to be able to return a value.
Thanks in advance.
Rich
Comment