用法:
将两个文件添加到项目里,之后:
CRegRelateExt m_RelateCheck;
m_RelateCheck.Check(".txt", "c:\windows\notepad.exe"); // 检查.txt扩展名是否与notepad关联
m_RelateCheck.Set(".txt", "C:\windows\notepad.exe %1"); // 将.txt扩展名与notepad关联
m_RelateCheck.Delete(".txt"); // 删除.txt与任何程序的关联
参考文章:http://bbs.sunplusedu.com/blog-25325-290.html
http://bbs.sunplusedu.com/blog-25325-3190.html
1