Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

Let webpage know that I left it but did not close

Post Reply
andreykrasnodar
Posts: 112
Joined: Wed Jul 01, 2020 10:22 am

Let webpage know that I left it but did not close

Post by andreykrasnodar »

Hello again.
How can I unfocus page? I mean I want to tell website that I have minimized window or looking another site.

...
P.S. I think I have solved a problem with code

Code: Select all

Chromium2.Browser.Host.SendFocusEvent(false);
Post Reply