I have an issue with the screen size. I would like to get the size of my screen from my Windows Form Program but when I do :
Rectangle bounds = Screen.AllScreens[0].Bounds;
bounds.Width = 1536 instead 1920 (my resolution screen).
Could you help me please ?