Link to home
Start Free TrialLog in
Avatar of masvmasv
masvmasv

asked on

Tasklist simulator for win 9x....

Hi

I need source code for list all files in tasklist (exactly identical) in windows 9x...
Please... dont send to me the "process list"... I need only get the programs list in taskmanager...

thanks

Avatar of jkr
jkr
Flag of Germany image

See the following MS KB article:

 HOWTO: Enumerate Applications in Win32
 http://support.microsoft.com/support/kb/articles/Q175/0/30.ASP


This should provide all the necessary information on how to do that.

Feel fre to ask if you need more information!
Avatar of masvmasv
masvmasv

ASKER

Thanks...

But I need list only process visible in TaskList and don't all processes..

I need show only processes "visible" in tasklist...
So you think of the processes in the task bar?
Hi...
I need only list the processes  "visible" in taskmanager...
If I use the enumprocess() ... list all process...
ASKER CERTIFIED SOLUTION
Avatar of jkr
jkr
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Ooops, sorry,

 // nothing found :-(

 return (NULL);


should of course read

 // nothing found :-(

 return (FALSE);
Thanks