how i establish array window handles an concentration using?
what best proceed establish window handles an concentration using? there apparatus wmi opening opposing i use?
i run adult an app watch opposing arrange array window handles increasing.
for (int i=0; i < 1000; i++)
{
system.threading.thread.sleep(1000);
richtextbox rt = new richtextbox();
rt.text = "hi";
this.controls.add(rt);
}
i am controlling above formula examination "handle count" opposing process, does seem increasing. there something i am looking during incorrectly?
Comments
Post a Comment