-
..does anyone know how to code an application that can display the amount of resources left (HDD space, free memory,etc )on another computer on a network in a Windows 95/98 environment? Do i have to access the registry of what?
Need help desperately here, any form is greatly appreciated. :) thx bye
-
You could do it by running a Client/Server application on each machine running on the server. Then use API to get the system information and send it back to you.
-
Try looking at http://www.planetsourcecode.com - They have some interesting apps for download, including source code. That might help.