I am new here, i found a problem related to multi-monitor,
I have 2 active monitor, one in 1600x1200 and one in 1280x1024, i work on the 1600x1200 and use the other one for chatting etc...
When i run Dev-C++, i cannot resize or maximize to the size 1600x1200, the program stick with 1280x1024.
Its not that dramatic but i am stuck with the lower resolution, i cannot work on my monitor maximized, well its will maximize but only 3/4 of the monitor will be used!
My 1600x1200 is my secondary monitor, not the primary. The program probably get the primary size and verify when the window is sizing (my bet). So my suggestion is use enumerate all monitors and get the bigger size and this will resolve this issue.
Regards,
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I am new here, i found a problem related to multi-monitor,
I have 2 active monitor, one in 1600x1200 and one in 1280x1024, i work on the 1600x1200 and use the other one for chatting etc...
When i run Dev-C++, i cannot resize or maximize to the size 1600x1200, the program stick with 1280x1024.
Its not that dramatic but i am stuck with the lower resolution, i cannot work on my monitor maximized, well its will maximize but only 3/4 of the monitor will be used!
My 1600x1200 is my secondary monitor, not the primary. The program probably get the primary size and verify when the window is sizing (my bet). So my suggestion is use enumerate all monitors and get the bigger size and this will resolve this issue.
Regards,
Ok i find a way to bypass the bug
I need to put a shortcut icon on my secondary monitor and must start the app from this monitor
If i start from my tray icon on the primary one the bug append.