Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Sunday 17 November 2013

Shutdown Programme in Visual Basic

A simple program that will give you the option of Shutdown, Restart and Log Out.

1) Open Visual Basic.
2)Change the name of form as System Control.
3)Make three frames.
4)Give them name as Shutdown, Restart and Log Out.
5) Add three command buttons.





6) Double click to get the code window and type the following code.




7)You can save that as a.exe and use it as a simple shutdown control.


No comments:

Post a Comment