Visual Basic系统信息

问题描述:

我想制作一个按钮并从Windows显示系统信息。我该怎么做?如何调用该信息?非常感谢。Visual Basic系统信息

是否有可能做出这样的事情?

http://s18.postimage.org/7zn5adst3/Memory.jpg

+0

[你有什么尝试](http://whathaveyoutried.com)? – Oded 2012-07-07 12:11:24

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click 
    Shell("msinfo32.exe", AppWinStyle.NormalFocus) 
End Sub 
+0

:非常感谢您的快速回答。问题解决。 – 2012-07-07 12:21:24

+0

是否有可能在vb.net中做出这样的事情? http://s18.postimage.org/7zn5adst3/Memory.jpg – 2012-07-07 14:40:00

壳牌现在已经更新,并不再使用。所以,这个过程将是process.start("msinfo32.exe", AppWinStyle.NormalFocus)