Greeting and Salutations!
Is there a way for my ActiveX control to know then the form it is on... has been minimized or not?
Thanks for any assistance!
Printable View
Greeting and Salutations!
Is there a way for my ActiveX control to know then the form it is on... has been minimized or not?
Thanks for any assistance!
I am not sure though, but can't you use the Ambient property of the UserControl to access the current state of the parent form.
Thanks,
I found more information online that told me about using the Parent. feature.
That was what I needed!!
Thanks for responding...