Link to home
Start Free TrialLog in
Avatar of lee88
lee88Flag for United States of America

asked on

make webbrowser control invisible at runtime?

I have a VB6 project that uses a webbrowser control, WB. I need the WB control to be invisible at runtime. The app works fine as long as the webbrowser control's Visible property is set to true. Am I correct that the WB control does not work when its Visible property set to false?

Other than trying to set the WB contorl's Visible=False (which stops the control from working), I have also tried unsuccessfully to change the WB control's Z-Order, to hide it behind a Shape or Label control.

I just need help getting the WB control to be invisible at runtime.
ASKER CERTIFIED SOLUTION
Avatar of ingriT
ingriT
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of lee88

ASKER

you are a genius. even though the WB control will not allow less than height=30, I can hide that small size easily. Thanks.