Home > Programming Tutorials, Tutorials, Video, Visual Basic > VB 6.0 Make a shutdown, restart, logout program

VB 6.0 Make a shutdown, restart, logout program

April 26th, 2010 Leave a comment Go to comments


A quick tutorial on how to make a program that can log you out, restart your computer and shut it down, you can use this as a system control thing, or you can make a prank out of this so that it will shut your friends computers down or whatever. Sorry that there is no sound, my mic broke ages ago and I’ve been meaning to get a new one. Remember this NEEDS Visual Basic 6.0 but I tried this on .NET and it worked also.

Related posts:

  1. lilwarthog
    April 26th, 2010 at 12:34 | #1

    @eadddsds its ez. Ill tell you the code, just send me a message. . . its real ez

  2. eadddsds
    April 26th, 2010 at 12:53 | #2

    Can you give us a link for the notepad that you are using. . . PLZZZZ!!!

  3. Thebignoobshow
    April 26th, 2010 at 12:59 | #3

    A short reminder to all fellow programmers, the newer version of Visual Basic, the classname of the thing is not called frame anymore, instead, its called group box. Vote up so whoever watches this video will know the frame thing is wrong.

  4. dandrew900
    April 26th, 2010 at 13:25 | #4

    make a tutorial that the monitor will shut itself at any time, like the stand by.

  5. refz1234
    April 26th, 2010 at 14:19 | #5

    SO SIMPLE TO MAKE A NOTEPAD

  6. TechDemon7
    April 26th, 2010 at 15:19 | #6

    @Jerrzorsz I can tell u how to make such notepad, I can mail it if u gve ur id

  7. brandon052695
    April 26th, 2010 at 15:30 | #7

    run shutdown. exe

  8. Albert9812
    April 26th, 2010 at 15:45 | #8

    Bravo baiiii

  9. yamakasi42100
    April 26th, 2010 at 15:57 | #9

    whew

  10. HowToProductions100
    April 26th, 2010 at 16:37 | #10

    how to u make that zipikins note pad please message me back

  11. Jerrzorsz
    April 26th, 2010 at 17:32 | #11

    Hii, Add me msn Zipstachsta. I need the codes from your own NotePad :) :p

  12. OnlyInNaziGermany
    April 26th, 2010 at 18:21 | #12

    Why it’s free?

  13. CorYn00
    April 26th, 2010 at 18:32 | #13

    ktybb

  14. qayasameer
    April 26th, 2010 at 18:43 | #14

    Dude, these commands (shutdown -s/ -l/ -r), won’t work on operating system other than XP, so what about win98/ 2000 or any older then XP?

  15. kolmats
    April 26th, 2010 at 19:09 | #15

    For those of you with VB 2008 a “frame” is the same as a “Group Box”

  16. HarryG321
    April 26th, 2010 at 19:19 | #16

    VB 2008 is free. Just install it and then go to help> register

  17. JFTMTutorials
    April 26th, 2010 at 20:02 | #17

    download vb 2008 and crack it

  18. dragonaizer
    April 26th, 2010 at 20:21 | #18

    @thatstek this dont work ((Your text size box name). FontSize = (Your Font size text box). Text) iin visual 2010 can you help me. . ???plz

  19. thatstek
    April 26th, 2010 at 21:11 | #19

    Frames are pointless if you ask me >. >

  20. thatstek
    April 26th, 2010 at 21:17 | #20

    This is VB6 stupid.

  21. thatstek
    April 26th, 2010 at 22:06 | #21

    You need : 1 Frame, 1 Label, 2 Text boxes and 2 Command ButtonsCode:——————————-Private Sub (your form name)(Your text size box name). FontSize = (Your Font size text box). TextEnd SubPrivate Sub (your clear button name)(the name of your text box). Text = “”End SubPrivate Sub (Your exit button name)EndEnd Sub*Notes*Replace the words in brackets with the name of your object. Eg. Command1I will assume you know your way around VB. PM if you need more help.

  22. pokemonfan904
    April 26th, 2010 at 22:21 | #22

    hey can u tell me how you made that notpad

  23. imbehindyourcomputer
    April 26th, 2010 at 23:12 | #23

    i cant i click on the program and it opens the cmd

  24. byunderlord
    April 27th, 2010 at 00:09 | #24

    How did you do notebook

  25. BritishTwits
    April 27th, 2010 at 00:14 | #25

    oh shows how much i know

  1. No trackbacks yet.
You must be logged in to post a comment.