Click here to Skip to main content
15,881,559 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
hi all,

I want run a windows service in my system.

in that I want to detect programmatically which browser are running my system? and know the browser details?

let me know how to do this...



Thanks in advance.......
Posted
Comments
StianSandberg 23-Apr-13 8:42am    
what have you tried?
U@007 23-Apr-13 8:46am    
using HttpWebRequest class I can get the all browser information. I don't want this because I want which browser anre running my system and get the what ever user enter url that information?
StianSandberg 23-Apr-13 8:50am    
I don't think I want to help you develop such software.. Good luck :)
U@007 23-Apr-13 8:53am    
like Sonicwall Network Security Application? I want use my own software. In web I do this but I want to use in windows service?
StianSandberg 23-Apr-13 9:08am    
ok, good luck

1 solution

As far as I understand, you are asking about Web browsers running on your local host, detected by the code on the same host. It does not make any sense at all. "Running" means having a browser process at the moment. The user can run none, one, two or more browser at a time. There are no limitations on that. Besides, if you look at the processes, and one is named like a browser, nothing guarantees it is really a browser, it could be a coincidence. Likewise, some process could actually be a browser you don't know. Again, it does not make sense at all.

—SA
 
Share this answer
 
Comments
U@007 24-Apr-13 1:51am    
Hi Sergey,
Ok I thinking wrong. you can suggest me how to implement like Sonicwall Network Security Application?
Sergey Alexandrovich Kryukov 24-Apr-13 9:17am    
A firewall, as I understand? Start from reading what a firewall is. This is totally unrelated stuff, much more secure than you thought:
http://en.wikipedia.org/wiki/Firewall_%28computing%29

—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900