Hi!

I created an OCX (works great, everything's fine with that), but when I add it to my project there are a few properties I don't want.

I have my own properties - OK with that, but there are also some properties (wich are HEIGHT and WIDTH) I don't want. TOP, LEFT, VISIBLE and others that are added(?) by VB are fine.

If you take a look at the MS Winsock OCX you'll see it doesn't have the HEIGHT and WIDTH properties and no matter how I size it, it "Jumps" back to it's original/default sizes.

How can I accomplish this?