How to use Shell32 within a C# application?

后端 未结 9 1707
野的像风
野的像风 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:56

    maybe this can help:

    1. Right click project
    2. Click Add reference
    3. Click .COM tab in Add reference dialogue
    4. Select Microsoft Shell Controls and Automation
    5. Click OK

    your shell32 is ready to use...

提交回复
热议问题