Hello everyone.
Is there any way to see (thru the code of an ActiveX control that i made) whether the properties of my control are being changed during design-mode or Run-time.
The thing is that i want to prevent my ActiveX from executing the main body of a <Property Let> when in Design-time.
Example:
Public Property Let mmTestProp (Byval vNewValue as string)
If Not <<<Design-Mode>>> then
.
.
.
.
end if
.
.
.
.
.
I know there is a way to do that but despite my search, i could not find out how !!!!!
Thanks a lot ...
Michael Manos
Automation R&D
Is there any way to see (thru the code of an ActiveX control that i made) whether the properties of my control are being changed during design-mode or Run-time.
The thing is that i want to prevent my ActiveX from executing the main body of a <Property Let> when in Design-time.
Example:
Public Property Let mmTestProp (Byval vNewValue as string)
If Not <<<Design-Mode>>> then
.
.
.
.
end if
.
.
.
.
.
I know there is a way to do that but despite my search, i could not find out how !!!!!
Thanks a lot ...
Michael Manos
Automation R&D