|
-
Sep 5th, 2000, 05:18 AM
#2
Junior Member
hi, I try to do the same and I have only partial solution to it. As OLE Control has a .SizeMode property. This property may have 4 values:
vbOLESizeClip (0) - Object's image is clipped by the OLE container control's borders
vbOLESizeStretch (1) - Object's image is sized to fill the OLE container control
vbOLESizeAutoSize (2) - OLE container control is automatically resized to display the entire object
vbOLESizeZoom (3) - Object's image is stretched but in proportion
The last one, vbOLESizeZoom is quite useful, but I know it's not enough - scroll bars would be the best solution.
Can anyone add scrollbars to an OLE control? Please help!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|