Is there a utility that can monitor open windows/ in .net winforms?
        Posted  
        
            by Jules
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jules
        
        
        
        Published on 2010-04-13T15:34:55Z
        Indexed on 
            2010/04/13
            18:13 UTC
        
        
        Read the original article
        Hit count: 468
        
This is a general question, but I'll explain my specific need at the moment:
I want to find the framework class that enables one to choose an image at design-time. I can find the editor that is used at run-time - its the Drawing.Design.ImageEditor. At design time, however, a different editor pops up which allows one to choose an image from resources.
I'm guessing I could run some kind of program, then open up the image editor, from the property grid, and see what new windows/classes have been created?
Thanks
© Stack Overflow or respective owner