File listing with ActiveX
        Posted  
        
            by Studer
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Studer
        
        
        
        Published on 2010-05-29T23:47:06Z
        Indexed on 
            2010/05/29
            23:52 UTC
        
        
        Read the original article
        Hit count: 289
        
I need to program a simple Windows Explorer that only lists all files inside a folder recursively.
The only solution I found up to now is using an ActiveX controller.
So, I installed Visual Studio 2010, but I don't know really how to use it to make an ActiveX.
I tried to create a Class Library then add a Explorer module. It compiles, but I don't know what to do now.
Is there an easier way to do this or am I missing something ?
© Stack Overflow or respective owner