摘要:
1、判断是否安装的是Excel2000: RegistryKey regk = Registry.LocalMachine; RegistryKey akey = regk .OpenSubKey(@"SOFTWARE\\Microsoft\\Office\\9.0\\Word\\InstallRoot\\"); //检查本机是否安装Office2000 if (akey != null) { string file00 = akey .GetValue("Path... 阅读全文
浙公网安备 33010602011771号