03
2012
04

C# 更改浏览器主页

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using Microsoft.Win32; //注意不要漏掉!!

namespace WindowsApplication1
{
public partial class Form1 : Form
...
«1»