Hi,
Can any one please advise me how I can get the current count of "USER Object"s (as shown in task manager) for the current process.
I see how to get the handle count using:
Process.GetCurrentProcess.HandleCount
But our application can reach a USER Object count of 10,000 just by opening 17 instances of a particular form so we would like to try and warn a user that resources are getting low before they reach teh limit and the application bombs.
Thanks in advance.
Best regards, Duane.