Screen Resolution Question VS2008 - C++ CLI
- by MrMcC
Hi,
I have a program that has a SIZE of 800x600.
I want to make this program expand if it is maximized, so that all the elements(buttons, picturebox's) change size to fit the new ratio depending on the users windows screen resolution.
The way I am thinking to approach this is to take the users screen resolution and manual change the size of…