Is there any way to be able to send a message to the computer(such as a button being pressed or a mouse clicking), without accualy having to do that?
Please tell me if I haven't given you enough information on what i'm asking for.
Printable View
Is there any way to be able to send a message to the computer(such as a button being pressed or a mouse clicking), without accualy having to do that?
Please tell me if I haven't given you enough information on what i'm asking for.
you want your computer to simulate a mouse click, or keyboard
hit so that your computer will do something?
Yes that is exactly what I want.
Using Windows? If so, look up SendMessage.
That covers the message to the computer part, only if youre using Win32 programming however.. but it doesnt cover the simulating a keystroke or mouse click without doing it physically. Anyone know that part?Quote:
Originally Posted by golfinguy4