How to use Shell32 within a C# application?

后端 未结 9 1726
野的像风
野的像风 2020-11-27 17:21

What should I include within a C# application in order to make Shell32 work?

Edit:

My application can\'t recognize shell32. What references

9条回答
  •  心在旅途
    2020-11-27 17:53

    1. Right click your project in the solution explorer.
    2. Choose "Add Reference..." from the drop-down menu.
    3. Click the "Browse" tab.
    4. Navigate to the C:\Windows\System32 directory.
    5. Choose the "shell32.dll" file. and press the "OK" button.

    You now have the appropriate reference for using Shell32.Shell.

提交回复
热议问题