2011年7月12日

摘要: 1 //API Constant 2 private const int SW_MAXIMIZE = 3; 3 4 [DllImport("user32.dll")] 5 public static extern int ShowWindow(int hwnd, int nCmdShow); 6 7 private void button1_Click(object sender, RoutedEventArgs e) 8 { 9 SHDocVw.InternetExplorer ie = new SHDocVw.InternetExplorer();10 11 ie.Vi 阅读全文
posted @ 2011-07-12 16:31 Ivan Sun 阅读(366) 评论(0) 推荐(0) 编辑

导航