문제

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top