Click to See Complete Forum and Search --> : Get rid of properties of usercontrol


October 29th, 1999, 07:45 AM
I have created an ActiveX control using VB5.0. I want to get rid of the properties of usercontrol and have my own properties/methods and events only. How can this be done ?

Sarma

Mikesc
October 29th, 1999, 09:21 AM
I had the same problem but I finally figured it out. the properties that show up on your control are dependent to some extent on the properties you set for the user control. For example if you set the visible property to false on the user control, your control properties won't display certain items like maybe Left and Top (can't really remember which ones.) Don't remember which ones to turn off either but if you play around with the settings in the user control property window you should be able to figure it out no problem.