0

I have a web page embedded into CefSharp webview. That web page is using a setInterval JS function to check if there is a new message into the database every XX seconds.

Is there a way to make a C# Winforms notification once the web page have found a new message?

Vishvadeep singh
  • 1,624
  • 1
  • 19
  • 31
yanuck
  • 11
  • 2
  • I am not familiar with `CefSharp` but look at [this](https://stackoverflow.com/questions/1048199/easiest-way-to-read-from-a-url-into-a-string-in-net) and [this](https://www.codeofaninja.com/2017/02/create-simple-rest-api-in-php.html) maybe it helps you – Aleksa Ristic Aug 01 '18 at 14:57
  • https://github.com/cefsharp/CefSharp/wiki/General-Usage#3-how-do-you-expose-a-net-class-to-javascript – amaitland Aug 01 '18 at 23:57

0 Answers0