控件開發基礎

博客园 首页 新随笔 联系 订阅 管理
//设置IE8 多个Table只产生一个进程 using Microsoft.Win32;
                RegistryKey key = Registry.LocalMachine;
                RegistryKey software = key.OpenSubKey("Software\\Microsoft\\Internet Explorer\\Main", true); //该项必须已存在
                software.SetValue("TabProcGrowth", "0", RegistryValueKind.DWord);
                key.Close();

 

posted on 2014-12-13 04:40  ada  阅读(185)  评论(0编辑  收藏  举报