glenh -
 
  Joined: 03 Jun 2009 Posts: 19
 
  | 
		
			
				 Posted: Mon Mar 21, 2011 3:10 am    Post subject: winforms webbrowser control | 
				      | 
			 
			
				
  | 
			 
			
				Has anyone been able to open the Abyss Web Server Console by using the winforms webbrowser control?
 
 
I've tried the following without luck:
 
 
      Uri abyssAdmin = new Uri(@"http://127.0.0.1:9999/");
 
      webBrowser1.Navigate(abyssAdmin);
 
 
OR
 
 
      webBrowser1.Url = new Uri("http://localhost:9999);
 
 
The above references work fine in Firefox etc. | 
			 
		  |