在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → vb.net获取系统设备及系统信息

vb.net获取系统设备及系统信息

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:2.99M
  • 下载次数:3
  • 浏览次数:36
  • 发布时间:2021-11-16
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
非常惊艳的界面,可以获取CPU,BIOS,显卡声卡等各种驱动已经操作系统的完备信息,关键是还不带第三方控件,完全是net下的类 效果那真不是一般的好(和鲁大师同样的效果)
【实例截图】
【核心代码】
4744300845239930092.rar
└── SystemInfo
├── Backup
│   ├── My Project
│   │   ├── Application.Designer.vb
│   │   ├── Application.myapp
│   │   ├── AssemblyInfo.vb
│   │   ├── Resources1.Designer.vb
│   │   ├── Resources.resx
│   │   ├── Settings1.Designer.vb
│   │   └── Settings.settings
│   ├── Panels
│   │   ├── Bios.resx
│   │   ├── Bios.vb
│   │   ├── Computer.resx
│   │   ├── Computer.vb
│   │   ├── Cpu.resx
│   │   ├── Cpu.vb
│   │   ├── DateTime.resx
│   │   ├── DateTime.vb
│   │   ├── Drives.resx
│   │   ├── Drives.vb
│   │   ├── Introduction.resx
│   │   ├── Introduction.vb
│   │   ├── Network.resx
│   │   ├── Network.vb
│   │   ├── OperatingSystem.resx
│   │   ├── OperatingSystem.vb
│   │   ├── Power.resx
│   │   ├── Power.vb
│   │   ├── Sound.resx
│   │   ├── Sound.vb
│   │   ├── SpecialFolders.resx
│   │   ├── SpecialFolders.vb
│   │   ├── TaskPanelBase.Designer.vb
│   │   ├── TaskPanelBase.resx
│   │   ├── TaskPanelBase.vb
│   │   ├── Video.resx
│   │   ├── Video.vb
│   │   ├── VisualStyles.resx
│   │   └── VisualStyles.vb
│   ├── Resources
│   │   ├── AC.png
│   │   ├── Adobe.ico
│   │   ├── aurora_header.png
│   │   ├── Background_Off_White.png
│   │   ├── Battery Discharged_16x16.png
│   │   ├── Battery Discharged_32x32.png
│   │   ├── Battery Discharged_48x48.png
│   │   ├── Battery Good_16x16.png
│   │   ├── Battery Good_32x32.png
│   │   ├── Battery Good_48x48.png
│   │   ├── Battery Low_16x16.png
│   │   ├── Battery Low_32x32.png
│   │   ├── Battery Low_48x48.png
│   │   ├── Battery.png
│   │   ├── BIOS_16x16.png
│   │   ├── BIOS_48x48.png
│   │   ├── CDROM_16x16.png
│   │   ├── Computer_16x16.png
│   │   ├── Computer_256x256.png
│   │   ├── Computer_48x48.png
│   │   ├── CPU_16x16.png
│   │   ├── CPU_48x48.png
│   │   ├── Date-Time_16x16.png
│   │   ├── Date-Time_48x48.png
│   │   ├── Drive_16x16.png
│   │   ├── Drive_48x48.png
│   │   ├── EULA.pdf
│   │   ├── EULA.rtf
│   │   ├── Floppy_16x16.png
│   │   ├── Network_16x16.png
│   │   ├── Network_48x48.png
│   │   ├── NetworkDrive_16x16.png
│   │   ├── Power_16x16.png
│   │   ├── Power_48x48.png
│   │   ├── Sound_16x16.png
│   │   ├── Sound_48x48.png
│   │   ├── SpecialFolder_16x16.png
│   │   ├── SpecialFolder_48x48.png
│   │   ├── System Information_16x16.png
│   │   ├── System Information_48x48.png
│   │   ├── Unknown_16x16.png
│   │   ├── Video_16x16.png
│   │   ├── Video_48x48.png
│   │   ├── Virtual Software Install Header.jpg
│   │   ├── Virtual Software Install Header (Logo Only).jpg
│   │   ├── Virtual Software with Logo.png
│   │   ├── VisualStyles_16x16.png
│   │   ├── VisualStyles_48x48.png
│   │   ├── Windows_16x16.png
│   │   ├── Windows2000_16x16.png
│   │   ├── Windows2000_48x48.png
│   │   ├── Windows_48x48.png
│   │   ├── Windows Vista_16x16.png
│   │   ├── Windows Vista_48x48.png
│   │   ├── Windows XP_16x16.png
│   │   └── Windows XP_48x48.png
│   ├── Setup
│   │   └── Setup.vdproj
│   ├── System Information
│   │   ├── GeneralModule.vb
│   │   ├── InformationClass.vb
│   │   ├── MainForm.Designer.vb
│   │   ├── MainForm.resx
│   │   ├── MainForm.vb
│   │   ├── SafeNativeMethods.vb
│   │   ├── WaitForm.Designer.vb
│   │   ├── WaitForm.resx
│   │   └── WaitForm.vb
│   ├── System Information.ico
│   ├── System Information.sln
│   ├── System Information.suo
│   ├── System Information.vbproj
│   └── System Information.vbproj.user
├── bin
│   ├── SystemInformation.exe
│   ├── SystemInformation.pdb
│   ├── SystemInformation.vshost.exe
│   ├── SystemInformation.vshost.exe.manifest
│   └── SystemInformation.xml
├── My Project
│   ├── Application.Designer.vb
│   ├── Application.myapp
│   ├── AssemblyInfo.vb
│   ├── Resources1.Designer.vb
│   ├── Resources.resx
│   ├── Settings1.Designer.vb
│   └── Settings.settings
├── obj
│   ├── Debug
│   │   ├── SystemInformation.Bios.resources
│   │   ├── SystemInformation.Computer.resources
│   │   ├── SystemInformation.Cpu.resources
│   │   ├── SystemInformation.DateTime.resources
│   │   ├── SystemInformation.Drives.resources
│   │   ├── SystemInformation.exe
│   │   ├── SystemInformation.Introduction.resources
│   │   ├── SystemInformation.MainForm.resources
│   │   ├── SystemInformation.Network.resources
│   │   ├── SystemInformation.OperatingSystem.resources
│   │   ├── SystemInformation.pdb
│   │   ├── SystemInformation.Power.resources
│   │   ├── SystemInformation.Resources.resources
│   │   ├── SystemInformation.Sound.resources
│   │   ├── SystemInformation.SpecialFolders.resources
│   │   ├── SystemInformation.TaskPanelBase.resources
│   │   ├── System Information.vbproj.FileListAbsolute.txt
│   │   ├── System Information.vbproj.GenerateResource.Cache
│   │   ├── SystemInformation.Video.resources
│   │   ├── SystemInformation.VisualStyles.resources
│   │   ├── SystemInformation.WaitForm.resources
│   │   ├── SystemInformation.xml
│   │   └── TempPE
│   │   └── My Project.Resources1.Designer.vb.dll
│   └── Release
│   ├── SystemInformation.Bios.resources
│   ├── SystemInformation.Computer.resources
│   ├── SystemInformation.Cpu.resources
│   ├── SystemInformation.DateTime.resources
│   ├── SystemInformation.Drives.resources
│   ├── SystemInformation.exe
│   ├── SystemInformation.Introduction.resources
│   ├── SystemInformation.MainForm.resources
│   ├── SystemInformation.Network.resources
│   ├── SystemInformation.OperatingSystem.resources
│   ├── SystemInformation.Power.resources
│   ├── SystemInformation.Resources.resources
│   ├── SystemInformation.Sound.resources
│   ├── SystemInformation.SpecialFolders.resources
│   ├── SystemInformation.TaskPanelBase.resources
│   ├── System Information.vbproj.FileListAbsolute.txt
│   ├── System Information.vbproj.GenerateResource.Cache
│   ├── SystemInformation.Video.resources
│   ├── SystemInformation.VisualStyles.resources
│   ├── SystemInformation.WaitForm.resources
│   ├── SystemInformation.xml
│   └── TempPE
│   └── My Project.Resources1.Designer.vb.dll
├── Panels
│   ├── Bios.resx
│   ├── Bios.vb
│   ├── Computer.resx
│   ├── Computer.vb
│   ├── Cpu.resx
│   ├── Cpu.vb
│   ├── DateTime.resx
│   ├── DateTime.vb
│   ├── Drives.resx
│   ├── Drives.vb
│   ├── Introduction.resx
│   ├── Introduction.vb
│   ├── Network.resx
│   ├── Network.vb
│   ├── OperatingSystem.resx
│   ├── OperatingSystem.vb
│   ├── Power.resx
│   ├── Power.vb
│   ├── Sound.resx
│   ├── Sound.vb
│   ├── SpecialFolders.resx
│   ├── SpecialFolders.vb
│   ├── TaskPanelBase.Designer.vb
│   ├── TaskPanelBase.resx
│   ├── TaskPanelBase.vb
│   ├── Video.resx
│   ├── Video.vb
│   ├── VisualStyles.resx
│   └── VisualStyles.vb
├── Resources
│   ├── AC.png
│   ├── Adobe.ico
│   ├── aurora_header.png
│   ├── Background_Off_White.png
│   ├── Battery Discharged_16x16.png
│   ├── Battery Discharged_32x32.png
│   ├── Battery Discharged_48x48.png
│   ├── Battery Good_16x16.png
│   ├── Battery Good_32x32.png
│   ├── Battery Good_48x48.png
│   ├── Battery Low_16x16.png
│   ├── Battery Low_32x32.png
│   ├── Battery Low_48x48.png
│   ├── Battery.png
│   ├── BIOS_16x16.png
│   ├── BIOS_48x48.png
│   ├── CDROM_16x16.png
│   ├── Computer_16x16.png
│   ├── Computer_256x256.png
│   ├── Computer_48x48.png
│   ├── CPU_16x16.png
│   ├── CPU_48x48.png
│   ├── Date-Time_16x16.png
│   ├── Date-Time_48x48.png
│   ├── Drive_16x16.png
│   ├── Drive_48x48.png
│   ├── EULA.pdf
│   ├── EULA.rtf
│   ├── Floppy_16x16.png
│   ├── Network_16x16.png
│   ├── Network_48x48.png
│   ├── NetworkDrive_16x16.png
│   ├── Power_16x16.png
│   ├── Power_48x48.png
│   ├── Sound_16x16.png
│   ├── Sound_48x48.png
│   ├── SpecialFolder_16x16.png
│   ├── SpecialFolder_48x48.png
│   ├── System Information_16x16.png
│   ├── System Information_48x48.png
│   ├── Unknown_16x16.png
│   ├── Video_16x16.png
│   ├── Video_48x48.png
│   ├── Virtual Software Install Header.jpg
│   ├── Virtual Software Install Header (Logo Only).jpg
│   ├── Virtual Software with Logo.png
│   ├── VisualStyles_16x16.png
│   ├── VisualStyles_48x48.png
│   ├── Windows_16x16.png
│   ├── Windows2000_16x16.png
│   ├── Windows2000_48x48.png
│   ├── Windows_48x48.png
│   ├── Windows Vista_16x16.png
│   ├── Windows Vista_48x48.png
│   ├── Windows XP_16x16.png
│   └── Windows XP_48x48.png
├── Setup
│   ├── Debug
│   ├── Release
│   └── Setup.vdproj
├── System Information
│   ├── GeneralModule.vb
│   ├── InformationClass.vb
│   ├── MainForm.Designer.vb
│   ├── MainForm.resx
│   ├── MainForm.vb
│   ├── SafeNativeMethods.vb
│   ├── WaitForm.Designer.vb
│   ├── WaitForm.resx
│   └── WaitForm.vb
├── System Information.ico
├── System Information.sln
├── System Information.suo
├── System Information.vbproj
├── System Information.vbproj.user
├── UpgradeLog.XML
└── _UpgradeReport_Files
├── UpgradeReport.css
├── UpgradeReport_Minus.gif
├── UpgradeReport_Plus.gif
└── UpgradeReport.xslt

21 directories, 269 files

标签:

实例下载地址

vb.net获取系统设备及系统信息

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警