Ok, that topic summary is horribly wrong, so let me explain.
I am currently trying to design a pokerbot. Essentially, it connects to the online poker sites, and tries to win. I have all sorts of nifty ideas for the backend - and can easily implement them - and am insanely curious to what works and what doesn't. As for the morality of this - well - if you really want to argue with me on that go ahead, but poker is a very different game then chess.
Anyways, I consider myself an excellent programmer - but the only system programming expirence I have is with unix. To do the frontend, I essentially need a way to capture system events from the software window. I have a minor problem though . . . I don't even know where to begin. Ok, maybe that's more then a minor problem. Can anyone point me to some documents that will give me some idea of how these system events work in windows, and how to record and trigger them in C# or java?
-Chu
I am currently trying to design a pokerbot. Essentially, it connects to the online poker sites, and tries to win. I have all sorts of nifty ideas for the backend - and can easily implement them - and am insanely curious to what works and what doesn't. As for the morality of this - well - if you really want to argue with me on that go ahead, but poker is a very different game then chess.
Anyways, I consider myself an excellent programmer - but the only system programming expirence I have is with unix. To do the frontend, I essentially need a way to capture system events from the software window. I have a minor problem though . . . I don't even know where to begin. Ok, maybe that's more then a minor problem. Can anyone point me to some documents that will give me some idea of how these system events work in windows, and how to record and trigger them in C# or java?
-Chu