If you are using OLEObject var to ConnectToNewObject(...), use:
ole_1.Visible = TRUE
However, if you are using an OCX control placing it on the window, try:
ole_1.Object.Visible = TRUE
or the above (if this does not work).
---
PowerObject!
-----------------------------------------...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.