How can I create a “Open with” list as in Explore in my own application

前端 未结 2 1209
说谎
说谎 2021-01-03 02:03

In my application the user can select reference to file, for example a image file. I would like to make button with a arrow that opens a list with the programs installed on

2条回答
  •  自闭症患者
    2021-01-03 02:43

    If running on Vista or better, you can use 'SHOpenWithDialog' http://msdn.microsoft.com/en-us/library/bb762234(v=vs.85).aspx - it's quite straightforward... Jens

提交回复
热议问题