i was working on a little application using with webbrowser control inside her body.
you can access html codes in below situations :
- WebBrowser
- HttpWebResponce Of A Specific URL
i really want to learn how can i access html codes of opened browsers in my machine.
FireFox - IE - Chrome
we can read their titles, so there should be a way to read their htmls codes.
what is the solution?
My Goal :
there a web site and there is a timer (hour : minute : second) in that web site.
i need to read that timer every second and set it to my local machine.
my local machine time should be exactly like that web site time.
but using with WebBrowseror
or HttpWebResponce
i losed 2 3 seconds and seconds are very important for me.