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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. How to monitor user actions

How to monitor user actions

Scheduled Pinned Locked Moved C#
tutorialquestion
7 Posts 4 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.
  • F Offline
    F Offline
    Fadi Yoosuf
    wrote on last edited by
    #1

    I have a requirement to display all the application programs started by a user during a specific time period. I don't want to list all the processes currently running. Only the programs explicitly invoked by a user such as opening a notepad, control panel, my computer properties, internet explorer, ms word etc. Is this achievable? thanks in advance Fadi

    L G 2 Replies Last reply
    0
    • F Fadi Yoosuf

      I have a requirement to display all the application programs started by a user during a specific time period. I don't want to list all the processes currently running. Only the programs explicitly invoked by a user such as opening a notepad, control panel, my computer properties, internet explorer, ms word etc. Is this achievable? thanks in advance Fadi

      L Offline
      L Offline
      leppie
      wrote on last edited by
      #2

      How does your problem relate to C#?

      xacc.ide - now with TabsToSpaces support
      IronScheme - 1.0 beta 1 - out now!
      ((lambda (x) `((lambda (x) ,x) ',x)) '`((lambda (x) ,x) ',x))

      F 1 Reply Last reply
      0
      • L leppie

        How does your problem relate to C#?

        xacc.ide - now with TabsToSpaces support
        IronScheme - 1.0 beta 1 - out now!
        ((lambda (x) `((lambda (x) ,x) ',x)) '`((lambda (x) ,x) ',x))

        F Offline
        F Offline
        Fadi Yoosuf
        wrote on last edited by
        #3

        The requirement is part of the c# application which i am currently working on. If you feel it should have been some posted in some other section, pls suggest it.

        H 1 Reply Last reply
        0
        • F Fadi Yoosuf

          The requirement is part of the c# application which i am currently working on. If you feel it should have been some posted in some other section, pls suggest it.

          H Offline
          H Offline
          Harvey Saayman
          wrote on last edited by
          #4

          Member 3467902 wrote:

          working on.

          so what have you done so far? :rolleyes:

          Harvey Saayman - South Africa Junior Developer .Net, C#, SQL you.suck = (you.Passion != Programming & you.Occupation == jobTitles.Programmer) 1000100 1101111 1100101 1110011 100000 1110100 1101000 1101001 1110011 100000 1101101 1100101 1100001 1101110 100000 1101001 1101101 100000 1100001 100000 1100111 1100101 1100101 1101011 111111

          1 Reply Last reply
          0
          • F Fadi Yoosuf

            I have a requirement to display all the application programs started by a user during a specific time period. I don't want to list all the processes currently running. Only the programs explicitly invoked by a user such as opening a notepad, control panel, my computer properties, internet explorer, ms word etc. Is this achievable? thanks in advance Fadi

            G Offline
            G Offline
            Giorgi Dalakishvili
            wrote on last edited by
            #5

            You can monitor process creation with this: Using WMI to monitor process creation, deletion and modification in .NET[^] You can monitor window opening and closing using global windows hooks.

            Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion

            F 1 Reply Last reply
            0
            • G Giorgi Dalakishvili

              You can monitor process creation with this: Using WMI to monitor process creation, deletion and modification in .NET[^] You can monitor window opening and closing using global windows hooks.

              Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion

              F Offline
              F Offline
              Fadi Yoosuf
              wrote on last edited by
              #6

              Thanks alot..... I will try like that......

              G 1 Reply Last reply
              0
              • F Fadi Yoosuf

                Thanks alot..... I will try like that......

                G Offline
                G Offline
                Giorgi Dalakishvili
                wrote on last edited by
                #7

                You are welcome :)

                Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion

                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