2. ok got it... made it work... doesn't know what was wrong in my other try though... will check that...

1. Maybe we have different terminology...

for me:
Container: the OCX object that Hold the image.
Control: the image itself I guess in the case of the Lavolpe OCX.

If you put a 1024x1024 control on a 32x32 container, you'll be enable to see only 32x32 of that control, right ? because the rest will be clipped inside...

Now, this is not what is happening with your control.

I got a 1024x1024 image loaded and I see it ALL (Full screen) but when I check the ocx (container) width, I got 512

wich doesn't quite add up to my reality because if the container was "really" smaller, I should only be enable to see as big as the container ?

Where do I not understand ?