Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. How can i count number of browsers running on my system

How can i count number of browsers running on my system

Scheduled Pinned Locked Moved ASP.NET
csharpquestion
6 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    inayat basha
    wrote on last edited by
    #1

    How can i count number of browsers running on my system by using .net application. regards, basha'

    D A 2 Replies Last reply
    0
    • I inayat basha

      How can i count number of browsers running on my system by using .net application. regards, basha'

      D Offline
      D Offline
      dan sh
      wrote on last edited by
      #2

      On the client computer? AFAIK answer should be no.

      50-50-90 rule: Anytime I have a 50-50 chance of getting something right, there's a 90% probability I'll get it wrong...!!

      1 Reply Last reply
      0
      • I inayat basha

        How can i count number of browsers running on my system by using .net application. regards, basha'

        A Offline
        A Offline
        Abhishek Sur
        wrote on last edited by
        #3

        Are you talking about Client or Server ? IF you are talking about Your own machine, you can just use System.Diagnostics.Process.GetProcesses and point out all the application exe's running on the system. If you are talking about Clients who logs in to your system, you cant do that. :(

        Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.


        My Latest Articles-->** Simplify Code Using NDepend
        Basics of Bing Search API using .NET
        Microsoft Bing MAP using Javascript

        I 1 Reply Last reply
        0
        • A Abhishek Sur

          Are you talking about Client or Server ? IF you are talking about Your own machine, you can just use System.Diagnostics.Process.GetProcesses and point out all the application exe's running on the system. If you are talking about Clients who logs in to your system, you cant do that. :(

          Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.


          My Latest Articles-->** Simplify Code Using NDepend
          Basics of Bing Search API using .NET
          Microsoft Bing MAP using Javascript

          I Offline
          I Offline
          inayat basha
          wrote on last edited by
          #4

          in my system only...if u have any samples code plz post it. Regards, Basha.

          D A 2 Replies Last reply
          0
          • I inayat basha

            in my system only...if u have any samples code plz post it. Regards, Basha.

            D Offline
            D Offline
            dan sh
            wrote on last edited by
            #5

            inayat basha wrote:

            in my system only

            So that makes this a wrong forum. There is a method GetProcesses in the class Process. That will give you list of all the processes running on your computer. From them, you will need to filter out the processes related to the browsers. For eg. chrome.exe for chrome browser.

            50-50-90 rule: Anytime I have a 50-50 chance of getting something right, there's a 90% probability I'll get it wrong...!!

            1 Reply Last reply
            0
            • I inayat basha

              in my system only...if u have any samples code plz post it. Regards, Basha.

              A Offline
              A Offline
              Abhishek Sur
              wrote on last edited by
              #6

              It is easy to do this. I think this is what I am talking about http://www.vbdotnetheaven.com/UploadFile/prvn_131971/machineprocessvb11182005001454AM/machineprocessvb.aspx[^] Cheers.:rose:

              Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.


              My Latest Articles-->** Simplify Code Using NDepend
              Basics of Bing Search API using .NET
              Microsoft Bing MAP using Javascript

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups