PMac
Member
- Joined
- Feb 17, 2012
- Messages
- 11
- Programming Experience
- Beginner
I'm not very advanced in .NET, but it's the one language I have any experience in (I used to program a bit in qBasic as a kid:laugh
What I'm trying to do is build an app that will work as a game controller that will run on my Windows 10 tablet (Non-RT), or basically any other computer/notebook running Windows.
I'm fine with building the GUI, and fairly confident I can get the buttons to send keystrokes, but where I'm lost is how to get this app to send those keystrokes to the remote machine running the game I'd like to control.
I'm assuming the best way to do this would be with a client server app setup, have the server running on the machine the game is on, and the client running on my tablet.
So my question is, what's the best way for me to send a keystroke from an app on one computer (activated by pressing a button), to the currently open window on another computer?
I've exhausted all the answers and question combinations I could type in to google, and figured someone here should be able to help me figure it out!
Thanks in advance,
Patrick
What I'm trying to do is build an app that will work as a game controller that will run on my Windows 10 tablet (Non-RT), or basically any other computer/notebook running Windows.
I'm fine with building the GUI, and fairly confident I can get the buttons to send keystrokes, but where I'm lost is how to get this app to send those keystrokes to the remote machine running the game I'd like to control.
I'm assuming the best way to do this would be with a client server app setup, have the server running on the machine the game is on, and the client running on my tablet.
So my question is, what's the best way for me to send a keystroke from an app on one computer (activated by pressing a button), to the currently open window on another computer?
I've exhausted all the answers and question combinations I could type in to google, and figured someone here should be able to help me figure it out!
Thanks in advance,
Patrick