Question

In my application I have popup where ad is showing. But I want to do that in for example Germany will be showed ad in german language, in France in French language etc. I have WebBrowser component and I pass to Uri url with path of html file with ad which is placed on my serwer.

this.webBrowser.Url = new Uri("http://mydomain.com/ads/ad2.html");

In ad2.html I can do recognition of ip and based on this I can redirect to appropriate html file. The problem is that in application I hear voice (tik) when site is reloading.

Thanks

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top