• 大小: 0.03M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 浏览器  

资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using Microsoft.Win32;
namespace 获取IE浏览器版本信息
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void Form1_Load(object sender EventArgs e)
        {
            label1.Text = ““;
        }

        private void button1_Click(object sender EventArgs e)
        {
            RegistryKey mreg;
            mreg = Registry.LocalMachine;
            mreg = mreg.CreateSubKey(“software\\Microsoft\\Internet Explorer“);
            string IEVersion=“当前IE浏览器的版本信息:“+(String)mreg.GetValue(“Version“);
  

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2012-11-11 12:15  bin\
     目录           0  2012-11-11 12:15  bin\Debug\
     文件        8704  2009-02-28 09:01  bin\Debug\获取IE浏览器版本信息.exe
     文件       24064  2009-02-28 09:01  bin\Debug\获取IE浏览器版本信息.pdb
     文件       14328  2009-02-28 09:11  bin\Debug\获取IE浏览器版本信息.vshost.exe
     文件         490  2007-07-21 01:33  bin\Debug\获取IE浏览器版本信息.vshost.exe.manifest
     文件         927  2009-02-28 09:01  Form1.cs
     文件        2682  2009-02-28 09:01  Form1.Designer.cs
     文件        5814  2009-02-28 09:01  Form1.resx
     目录           0  2012-11-11 12:15  obj\
     目录           0  2012-11-11 12:15  obj\Debug\
     目录           0  2012-11-11 12:15  obj\Debug\TempPE\
     文件        1246  2009-02-28 09:11  obj\Debug\获取IE浏览器版本信息.csproj.FileListAbsolute.txt
     文件         847  2009-02-28 09:01  obj\Debug\获取IE浏览器版本信息.csproj.GenerateResource.Cache
     文件        8704  2009-02-28 09:01  obj\Debug\获取IE浏览器版本信息.exe
     文件         180  2009-02-28 09:01  obj\Debug\获取IE浏览器版本信息.Form1.resources
     文件       24064  2009-02-28 09:01  obj\Debug\获取IE浏览器版本信息.pdb
     文件         180  2009-02-28 09:00  obj\Debug\获取IE浏览器版本信息.Properties.Resources.resources
     文件         510  2009-02-28 08:52  Program.cs
     目录           0  2012-11-11 12:15  Properties\
     文件        1390  2009-02-28 08:52  Properties\AssemblyInfo.cs
     文件        2908  2009-02-28 08:52  Properties\Resources.Designer.cs
     文件        5612  2009-02-28 08:52  Properties\Resources.resx
     文件        1114  2009-02-28 08:52  Properties\Settings.Designer.cs
     文件         249  2009-02-28 08:52  Properties\Settings.settings
     文件        3804  2009-02-28 08:52  获取IE浏览器版本信息.csproj

评论

共有 条评论