I have a WebBrowser in a winform project, when i load a page that containing a dynamique élement like à clock, it's not updated at real time, as is the case in other browsers (Chrome, IE and FireFox).
there is a way to have the same behavior in my WebBrowser ?
my end goal is to get a value of the element (Time Server) and to synchronize my local time with the serveur with the nearest second.