Thread: check out this cool program i made

  1. #1
    Unregistered Leeman_s's Avatar
    Join Date
    Oct 2001
    Posts
    753

    check out this cool program i made

    At school in computer service class, me and my friend like to have fun with telnet on other kids in the class hehe. But this one kid actually knows how to shut telnet off! lol. Anyhow, that's why I made this program to start telnet back up. If telnet is already started, nothing happens on the screen to let on that a program is running.

    If telnet isn't started up (ie he shut it off) within 2 minutes it will be started back up. A command box pops up blank, and when you close it a bullcrap box comes up saying windows is saving the settings. This is to go along with the unstoppable cmd box coming up.

    It goes into the sys tray as a blank icon, you can't bring it back up, and can't close it without ctrl-alt-delete and you can change the exe name to a more disguising name.

    It will only work on Windows 2000 or XP I think. Unless 98 has an exe called tlntsvr.exe.

    EDIT: btw, thanks to jdinger for the code concerning sending things to the system tray. you might find scraps of his now un-needed code in main.cpp.

    Anyhow I included the exe and source code. Tell me what you think!

  2. #2
    Registered User
    Join Date
    Jun 2002
    Posts
    230
    cool but how does it go away!

  3. #3
    Unregistered Leeman_s's Avatar
    Join Date
    Oct 2001
    Posts
    753
    you have to ctrl-alt-del and then go under processes and close it. either that or restart your computer.

  4. #4
    Registered User
    Join Date
    Jun 2002
    Posts
    230
    how do you get rid of it if you put i int?
    C++ Rules!!!!
    ------------
    Microsoft Visual Studio .NET Enterprise

  5. #5
    Unregistered Leeman_s's Avatar
    Join Date
    Oct 2001
    Posts
    753
    er i dont understand that question

  6. #6
    Registered User
    Join Date
    Jun 2002
    Posts
    230
    say i click the exe and load it when will the program stop running. after i restart my computer?
    C++ Rules!!!!
    ------------
    Microsoft Visual Studio .NET Enterprise

  7. #7
    Unregistered Leeman_s's Avatar
    Join Date
    Oct 2001
    Posts
    753
    oh btw i just noticed i need to fix it so it doesn't pop up when tlnt is already running

  8. #8
    Unregistered Leeman_s's Avatar
    Join Date
    Oct 2001
    Posts
    753
    it will stop running once you end the process with ctrl-alt-del or restart comp

  9. #9
    Registered User
    Join Date
    Jun 2002
    Posts
    230
    oo thats really cool then. gets annoying though.
    C++ Rules!!!!
    ------------
    Microsoft Visual Studio .NET Enterprise

  10. #10
    Unregistered Leeman_s's Avatar
    Join Date
    Oct 2001
    Posts
    753
    well its for my own benefit, not the user's

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Client-server system with input from separate program
    By robot-ic in forum Networking/Device Communication
    Replies: 3
    Last Post: 01-16-2009, 03:30 PM
  2. Using variables in system()
    By Afro in forum C Programming
    Replies: 8
    Last Post: 07-03-2007, 12:27 PM
  3. how to check a file for every 15 mins thr' program
    By nitinmhetre in forum Linux Programming
    Replies: 10
    Last Post: 01-05-2007, 01:53 AM
  4. BOOKKEEPING PROGRAM, need help!
    By yabud in forum C Programming
    Replies: 3
    Last Post: 11-16-2006, 11:17 PM
  5. fopen();
    By GanglyLamb in forum C Programming
    Replies: 8
    Last Post: 11-03-2002, 12:39 PM