Hello,
I have problems with Visual Basic Internet Control (Webbrowser)
I need that by default the browser will be visible false and then when it will be redirected to some page it will be visible true
Without SSL (HTTPS) all working without problems at all
But with SSL it isn't working when webbrowser is visible false
Here is what I made
It is used for login to control pane (For session) and then auto signup
Not working
With the same but by default browser visible=true working without problems at all
The same with http (Without SSL) working without problems at all
Is it Visual Basic bug or I made something wrong?