vb.net - Visual Basic System Information -


i want make button , display system information windows.how can it?how can call info?thank much.

is possible make this?

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

private sub button1_click(byval sender system.object, byval e system.eventargs) handles button1.click shell("msinfo32.exe", appwinstyle.normalfocus) end sub 

Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -