How to extend windows explorer functionality?
问题 How would I go about extending the functionality of windows explorer in XP? Is there some way whereby I could create a "plugin" of some sorts that could hook into explore.exe to add additional folder browsing functionality? What language could I use to achieve this? This is an expansion of a question I asked here. 回答1: There's a great series of tutorials on CodeProject which might help you. C++ is required there. 回答2: There is an old O'reilly book called 'Visual Basic Shell Programming' that