2023-07-12, 22:22:40
(This post was last modified: 2023-07-12, 22:27:51 by KLYNCH@APTEAN.COM.)
Hi I'm trying to do a simple test in VB6 before purchasing the antview control.
I add the control to my project.
In the form Load event I added:
antview1.createwebview
Then in the antview1.oncreatewebviewcompleted event I added:
antview1.navigate("www.google.com")
The screen switches from gray to white but the web page does not display
just a white screen.
I'm sure it must be something obvious I'm missing?
I add the control to my project.
In the form Load event I added:
antview1.createwebview
Then in the antview1.oncreatewebviewcompleted event I added:
antview1.navigate("www.google.com")
The screen switches from gray to white but the web page does not display
just a white screen.
I'm sure it must be something obvious I'm missing?