Hi
I want to fix the size of my ActiveX Control so that the user just puts it in their form and can't resize it just like the VB Timer cotrol. Please hlp. Thanks.
Printable View
Hi
I want to fix the size of my ActiveX Control so that the user just puts it in their form and can't resize it just like the VB Timer cotrol. Please hlp. Thanks.
okay. i solved the problem by removing the raiseevent command from the usercontrol.resize event, and just put the width and height values to the desired constant value. but one thing still remains. when i resize the object from the client form using the clip controls on the left side, the whole control jumps to the new left, although keeping the original size. oh i got it, i have to put in just two lines, fixing the top and left properties too. thanks for your help ;)