How to make the 'open with' dialog box?

后端 未结 3 1546
南方客
南方客 2021-01-17 06:37

I made a program to search for .txt files.

If I click a file it means that the \"open with\" dialog box should appear, and that dialog box will contain a list of al

3条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-17 06:51

    You can make your own dialog for that purpose .And for coming how to get program list .on windows you can use registry . see this link Detecting installed programs via registry

    and also check how to acces registry via java read/write to Windows Registry using Java

提交回复
热议问题