CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: Centering

  1. #1
    Join Date
    Jan 2000
    Location
    Tallahassee, FL
    Posts
    121

    Centering

    Does anyone know how to center an activeX Document I created in VB in the middle of the Explorer Window ??? and that changes whenever the window size changes (ie resized)??

    thankx,


  2. #2
    Join Date
    Feb 2000
    Posts
    137

    Re: Centering

    Place it in a one cell table - then use the table cell's center property. The browser will then keep things centered for you.


  3. #3
    Join Date
    Jan 2000
    Location
    Tallahassee, FL
    Posts
    121

    Re: Centering

    but how do you do that in VB Code?


  4. #4
    Join Date
    Feb 2000
    Posts
    137

    Re: Centering

    You don't - you do it in the HTML that you are sending to the browser.


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

Featured