Detecting Progam Start and info?
I would like to know howto:
Detecting when a program starts and get the title of that program before it starts????:rolleyes:
I been scanning the net and havent found any code snippet or anything in this matter. :mad: Is this possible at all in VB6?? Secret API :)
If you have any ideas or clues - please reply...:thumb:
Vb6dude
:afrog:
Re: Detecting Progam Start and info?
Welcome to the forums. :wave:
When what program starts?
For something like this you would need a program that is running constantly and doing nothing more than checking for active processes. This is more the work of a service rather than a program.
Re: Detecting Progam Start and info?
Thx for the reply...:)
Service sounds good. :blush: Never done that in VB6 thou.:confused:
Was more into a systray prg.:duck:
But my question is, how do you write code to detects this?:eek2:
What API?:sick:
Please, for the love of god, help me :):wave:
Vb6dude
:afrog:
Re: Detecting Progam Start and info?
Well, if you want to spend a lot of time banging your head against a wall, and tearing out your hair, then go ahead an create a service using VB6.
It can be done, but it is not for the faint hearted.
This is something more easily accomplished using C/C++