Hi
I'm new to ActiveX. I'm writing a class for one where I want to know the dimentions of any control it is placed on (height and width). How do I find out the control name and get it's properties?
Printable View
Hi
I'm new to ActiveX. I'm writing a class for one where I want to know the dimentions of any control it is placed on (height and width). How do I find out the control name and get it's properties?
You can use the Parent property of a control to find out info about it's container...