File listing with ActiveX
- by Studer
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 ?