CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Shadoninja

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    1,323

    Moving the mouse with code

    I am currently starting to attempt to make a program that can move my cursor to certain colors on my monitor. The problem is this seems like it will be 10x harder than I first thought. Is there...
  2. Checking for a char input to be only a letter

    When asking for a char from the user, how can I check to make sure it is a letter and then re-ask them to input it if needed
  3. Replies
    2
    Views
    639

    Re: Comparing an inputted char to a string

    Thank you!
  4. Replies
    2
    Views
    639

    Comparing an inputted char to a string

    I am currently working on a hangman game right now and I need to be able to compare an inputted char to the sting containing the current word for the game. but I don't know how to do that!

    Here...
  5. Replies
    3
    Views
    960

    Re: Auto Typing Program

    Well I remember on old mmo's that I played there were programs that could just keep typing a message that you tell it to send to people and I was wondering if there was a program that could do that...
  6. Replies
    3
    Views
    960

    Auto Typing Program

    Have there been any source releases of a program that auto types? I am very interested to see the code to a program like this
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured