Results 1 to 3 of 3

Thread: Resizing an ActiveX Control in IE....

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2000
    Location
    norcross, ga, USA
    Posts
    82

    Question Resizing an ActiveX Control in IE....

    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

  2. #2
    Lively Member harsoni's Avatar
    Join Date
    Oct 2000
    Posts
    118

    Lightbulb

    Use style="HEIGHT: 100%;WIDTH: 100%" in the object tag
    <OBJECT style="HEIGHT: 100%;WIDTH: 100%">
    HOpe this may work for u

    Sonia

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jan 2000
    Location
    norcross, ga, USA
    Posts
    82
    umm...Duh... I should have tried that. You would think I know nothing of HTML!

    Thanks!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width