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,
Printable View
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,
Place it in a one cell table - then use the table cell's center property. The browser will then keep things centered for you.
but how do you do that in VB Code?
You don't - you do it in the HTML that you are sending to the browser.