Results 1 to 2 of 2

Thread: Making ActiveX app work in its own container

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2001
    Location
    Pretoria, South Africa
    Posts
    4

    Question Making ActiveX app work in its own container

    Hi there everybody,

    I am a newbi with ActiveX.I converted my VB app to ActiveX, it works fine but it takes up the whole IE browser when I run it.I want to know how to make it run in its own box or container
    or atleast make it smaller so I can put some other stuff on the same page.

    please help!!!

  2. #2
    Frenzied Member mlewis's Avatar
    Join Date
    Sep 2000
    Posts
    1,226
    HTML:

    <table width="100" height="100">
    <tr>
    <td>
    INSERT ACTIVEX CONTROL HERE
    </td>
    </tr>
    </table>

    This will make the control 100 x 100 pixels, just change the width/height in the TABLE tag to change the size.
    M. Lewis
    Pi-Q Software
    How many mouse clicks does it take to cook breakfast?

    Blargh! I am dead!

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