Program Watcher

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Westweb
    New Member
    • Jun 2007
    • 1

    #1

    Program Watcher

    HI guys,

    A friend of mine works for a school and he has asked me if i could make a program for him, he wants it to look at what programs are running and if it is one that he has selected as not allowed he wants my program to give a message and shut it down.

    I have managed to code that part that looks for the program in the process list and then shuts it down with a message, that part was easy. The problem i have is how do i make my program sit in the background and only complain when their is a program that a student tries to start up which is not allowed? My program is not in focus or talked to by the other applications so how do i make it actively look?

    The language i use is VB6 on XP Pro, i would the program still to be able to hang out in the system tray if that is possible.

    many thanks
    Last edited by Westweb; Jun 8 '07, 06:23 PM. Reason: added system tray
Working...