PDA

Click to See Complete Forum and Search --> : Resizing an ActiveX Control in IE....


cvaden
Jun 7th, 2001, 03:15 PM
Is it possible to resize an ActiveX Control that is being displayed in a Browser?

For example:

Textbox.ocx is loading into IE. The user has the window maximized. Can the Ocx maximize itself to take up all viewable space? Or, can the ocx dynamically change sizes if say the ocx was loaded into a frame and the frame was resized?

Thanks in advance.

C

harsoni
Jun 7th, 2001, 04:05 PM
Use style="HEIGHT: 100%;WIDTH: 100%" in the object tag
<OBJECT style="HEIGHT: 100%;WIDTH: 100%">
HOpe this may work for u

Sonia:o

cvaden
Jun 7th, 2001, 05:24 PM
umm...Duh... I should have tried that. You would think I know nothing of HTML!

Thanks!