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