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

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -