sangeli Master Cheater
Reputation: 0
Joined: 07 Dec 2006 Posts: 406
|
Posted: Mon Jun 28, 2010 6:12 pm Post subject: help with c# overlay |
|
|
I am making a little eve online program that helps you out by displaying info on top of the game screen. It has gone well so far, except I have run into a few problems, one being that I want to draw shapes/text on the game screen via overlay without impeding mouse clicks. I have a transparent form exactly on top of the game window and it has no frame, but when I set opacity > 0 I can't click on the game.
How can I either draw onto the game's actual window or draw onto the form but not impede the mouse.
edit: another problem but a near solution was to make the background color the transparency key, but if I draw in a different color it still blocks the mouse (and keyboard)
_________________
Dark Byte wrote: | ce can certainly damage hardware let's say you have a robotarm attached to your computer, and the software limits usually block it from ripping out it's own cpu. If you remove that limit and then issue the command to rip out the cpu, sure, say goodbye to your hardware |
|
|