문제

I have Process Explorer v15.13. It works OK. I can tell which process an active window belongs to. On the other hand, the PE debugger says its not compatible with VS 2010 (Or at least team explorer 2010 MSSCCI).

I would like to be able to pinpoint the .cs designer code related to the active winform. Is this possible to do with any program?

도움이 되었습니까?

해결책

Process Explorer should tell you the name of the form. Decompile the app using (dotPeek) and search for the name. All the designer code will be there for your viewing pleasure.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top