Resolution independent programming?
-
Hello, I'm creating an app. that will run on various computers with various resolutions and styles. A window on my machine looks like the right size, but is too small on another's machine. I looked for an article on making my windows indpendent of the users' fonts, resolutions, etc, but to no avail. Can anyone suggest a place to find this information? thanks, JennyP
-
Hello, I'm creating an app. that will run on various computers with various resolutions and styles. A window on my machine looks like the right size, but is too small on another's machine. I looked for an article on making my windows indpendent of the users' fonts, resolutions, etc, but to no avail. Can anyone suggest a place to find this information? thanks, JennyP
Hi, i think that you have to include the resizing code Have a look @ msdn related to CWnd::OnSize it does have an example Hope that this might help you Sujan