D diego Member Licensed User Longtime User Aug 22, 2013 #1 I'm missing old forum's search utility, I'm sure this question is done... but here it is: how can I know the screen resolution for a desktop compilation? I want to resize the objects according to different resolutions.
I'm missing old forum's search utility, I'm sure this question is done... but here it is: how can I know the screen resolution for a desktop compilation? I want to resize the objects according to different resolutions.
M mjcoon Well-Known Member Licensed User Aug 22, 2013 #2 I thought that the screen/window size was fixed for any one compilation?... If it can be altered dynamically then you will still know what you have set it to! Mike.
I thought that the screen/window size was fixed for any one compilation?... If it can be altered dynamically then you will still know what you have set it to! Mike.
D diego Member Licensed User Longtime User Aug 22, 2013 #3 you're rigth, it's fixed. but with Form library you can create a new form with different size. anyway, it should be a big change in my code, so I'll create different compilations for each resolution. thanks.
you're rigth, it's fixed. but with Form library you can create a new form with different size. anyway, it should be a big change in my code, so I'll create different compilations for each resolution. thanks.
T timsteeman Member Licensed User Longtime User Sep 14, 2013 #4 I'm missing old forum's search utility, I'm sure this question is done Click to expand... .... Send a message to Erel!
I'm missing old forum's search utility, I'm sure this question is done Click to expand... .... Send a message to Erel!
T timsteeman Member Licensed User Longtime User Sep 14, 2013 #5 Hi Diego, Look in formexdesktop.dll Add the Displayobject; Display.New1 Msgbox(Display.Height) Msgbox(Display.Width)
Hi Diego, Look in formexdesktop.dll Add the Displayobject; Display.New1 Msgbox(Display.Height) Msgbox(Display.Width)