測試文字功能,小工具,標題

記錄很重要,不然會浪費很多時間在找以前的記憶

一個人的氣度,決定他未來的高度。

2015年12月16日 星期三

C# 設定IE首頁

C# 設定IE首頁

沒事測試一下,也記錄一下

private void button1_Click(object sender, EventArgs e)
        {
            RegistryKey startPageKey = Registry.CurrentUser.OpenSubKey(@"Software\Microsoft\Internet Explorer\Main", true);
            startPageKey.SetValue("Start Page", "http://tw.yahoo.com");
            startPageKey.Close();
        }

沒有留言:

張貼留言