// JP opened flex table

Click to See Complete Forum and Search --> : [RESOLVED] handle occupied


George2
July 4th, 2008, 02:37 AM
Hello everyone,


When open or delete a file (or something else) by a handle, there is error like the handle is occupied by some other parties.

My question is, what is the general technique or tools to find out which process occupies the handle?


thanks in advance,
George

STLDude
July 4th, 2008, 03:28 AM
No programmer should be without Process Explorer (http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx). On a tool bar there is Binocular icon, it will give you what you need.

George2
July 4th, 2008, 03:45 AM
Thanks STLDude,


Really good stuff! I have tried and want to confirm with you whether it is the correct usage,

click the Binocular icon --> Input either DLL name or file handle name, then click Search?

No programmer should be without Process Explorer (http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx). On a tool bar there is Binocular icon, it will give you what you need.


regards,
George

STLDude
July 4th, 2008, 03:57 AM
Yes.

George2
July 4th, 2008, 04:09 AM
Thanks STLDude,


Question answered.

Yes.


regards,
George

//JP added flex table