I am trying to make an application that puts a url into an opened chrome's address bar. I am making it for myself because chrome does not allow me to enter a new url in full screen mode.
So...in c#, I can get handle of chrome. The problem is...I have no idea how to put url into chrome's address bar in c# code.
is it even possible?
I am not looking for a working source code. Any idea would be helpful.
Thanks!