"Click through" Form
Hi!
So i'm working on a project that displays info on top of a window(this example a game called "Don't Starve".
I got the overlay working as i want, its always ontop of the game, and moves with it when you drag the window around

, Only problem is...
It blocks part of the game (Means you cant click on the game itself cuz the "Invisible" Form is on top, When i make the form smaller so that it is not over the part you want to click is, then it works fine, but i need the form to be able to be larger..
So i'm looking for a way to make the Form Truly transparent (See/Click though) so you can click the game, even when the "Overlay" Is On top of the game.
Many thanks!
This is the code i have so far:

So i'm working on a project that displays info on top of a window(this example a game called "Don't Starve".
I got the overlay working as i want, its always ontop of the game, and moves with it when you drag the window around

, Only problem is...
It blocks part of the game (Means you cant click on the game itself cuz the "Invisible" Form is on top, When i make the form smaller so that it is not over the part you want to click is, then it works fine, but i need the form to be able to be larger..
So i'm looking for a way to make the Form Truly transparent (See/Click though) so you can click the game, even when the "Overlay" Is On top of the game.

Many thanks!

This is the code i have so far:

