Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Gray Boxes shown in front of page
#4
Phil,

Running the control in a Parallels VM might explain the issue.

Before creating the AntView control set the property AdditionalBrowserArguments.

So in VB that would look along the lines of:

Code:
Private Sub Form_Load()

    EdgeWebBrowser.AdditionalBrowserArguments = "--disable-gpu"
    EdgeWebBrowser.CreateWebView
    EdgeWebBrowser.EventsUseHexadecimal = True ' For VB we need to use the Hexadecimal event variants
    EdgeWebBrowser.UnlockControl "ExampleCompany", "WI5PO2-2KSU3Q-HWFXFU-IUMU2V-QF8P2F"

--
Wil
Reply


Messages In This Thread
Gray Boxes shown in front of page - by pivoten - 2024-03-25, 13:45:30
RE: Gray Boxes shown in front of page - by wila - 2024-03-25, 14:51:15
RE: Gray Boxes shown in front of page - by wila - 2024-03-25, 18:48:45
RE: Gray Boxes shown in front of page - by wila - 2024-03-27, 10:00:39
RE: Gray Boxes shown in front of page - by wila - 2024-03-28, 13:36:02
RE: Gray Boxes shown in front of page - by wila - 2024-03-29, 19:56:19

Forum Jump:


Users browsing this thread: 2 Guest(s)