|  | 
	
	
	| Rank: Newbie Groups: Member
 
 Joined: 12/9/2019
 Posts: 5
 
 | 
		    Hi,
 We have a .Net application which opens web pages via EO.WebBrowser. After certain time the application locks itself when not used. When user unlocks application by entering password, EO.WebBrowser reloads, reopens web page.
 
 Application loads winform. Winform has eo webbrowser control only. Web page is opened when winform screen is opened by user.
 
 What can cause this problem? Is there any idea.
 
 Thanks.
 | 
|  | 
	
	
	| Rank: Administration Groups: Administration
 
 Joined: 5/27/2007
 Posts: 24,425
 
 | 
		    Hi,
 Can you explain exactly what you mean by "the application locks itself"? Is that some logic implemented by your application, or the web page, or some other party?
 
 Thanks!
 | 
|  | 
	
	
	| Rank: Newbie Groups: Member
 
 Joined: 12/9/2019
 Posts: 5
 
 | 
		    Hi, it is a logic implemented in our application. In order to reenter password by user after certain time passed.
		 | 
|  | 
	
	
	| Rank: Newbie Groups: Member
 
 Joined: 12/9/2019
 Posts: 5
 
 | 
		    Hi, problem solved. When application locks itself, forms with ShowInTaskbar property true were made invisible . And in the process of unlock, these forms' visible property were set as true. When form's (has EOWebBrowser) visible property  is set as true EOWebBrowser is reloads web page.
 We have set winforms' ShowInTaskbar property to false.
 Thanks
 | 
|  | 
	
	
	| Rank: Administration Groups: Administration
 
 Joined: 5/27/2007
 Posts: 24,425
 
 | 
		    Great. Glad to hear that the issue is resolved.
 Thanks!
 | 
|  |