下面是引用 troy_liaw106 于 2011-02-24 19:43 发表的 :
如果只是要像平常点两下mp3档的时候会开起拨放器来拨放该档案的话要怎么做
是说,用 VB 设定 执行电脑中的 mp3 档案会开启 你自己做的程式吗?
那就是设定
档案关联性,英文好像是 Application Association
登录档值在
HKEY_CLASSES_ROOT 下
» 按 WinKey + R (或 开始 » 执行) » regedit » 确定 » HKCR
可以参考此篇
在cmd中设定或查看档案关联» 按 WinKey + R (或 开始 » 执行) » cmd » 确定 » assoc <Name>
例如: assoc .txt 会看到 .txt=txtfile
然后再打 assoc txtfile 就会看到 txtfile=Text Document
» 到 regedit » HKCR » txtfile » FriendlyTypeName 就能看到 notepad.exe 了
主要请参考:
http://tw.knowledge.yahoo.com/quest...d=1609010702981http://www.codenewsgroups.net/vb/t19053-how-crea...file-file-double.aspx额外参考:
http://tw.myblog.yahoo.com/jw!TjAoz...article?mid=623但是 .mp3 我家好像没有名称,反而是底下只有 ShellEx 一称
可能要另外去查查
----------------
后来想想,好像跟你问的有点搭不上,我好像误会意思了
如果我弄错的话,能说详细一点吗?