Quantcast
Channel: CodeGuru Forums - C++ and WinAPI
Viewing all articles
Browse latest Browse all 583

Scaling the Window down.

$
0
0
Hello there, i have added a new button that does nothing to my recent project http://forums.codeguru.com/showthrea...UI-Application
Code : http://pastebin.com/TcV3LNfN
The "Bami's Cinder" button is located at the top right part of the Window.
Oddly enought when i use any resolution lower than 1920x1080p the Window is CUT from right to left.
How do i tell the program to not cut the Window, to just scale it down according to what resolution is the user using.
I.E to work the same in 800x600 or higher as it works in FHD
1920x1080 = http://i.imgur.com/U7gmSD8.png
1366x768 = http://i.imgur.com/DcujLgO.png
Attached Files

Viewing all articles
Browse latest Browse all 583

Trending Articles