Windows Mobile: Getting Screen Size Information Before Main Window Is Loaded
I wanted to develop a screen size aware application, which will draw all application dialogboxes and windows dynamically depends on the actual screen size of the device. It will not be that hard to adapt the main application window to the screen size because GetWindowRect() or GetClientRect() functions can be used to get the screen size when the main window is loaded. However, if the application has a pop-op dialogbox for user to do some selections before the main window is loaded, how can I make the dialogbox aware of the screen size? Since main application window hasn’t loaded yet … Continue reading Windows Mobile: Getting Screen Size Information Before Main Window Is Loaded