10-26-2020, 10:25 AM
You can obtain the size of the *browser* window easily:
WebApplication.FormHeight and WebApplication.FormWidth
or, from the form itself, you can check its sizes using properties Width and Height.
It doesn't contain the actual size of the screen though (which is for the vast majority of the cases irrelevant).
Can you please elaborate on why do you need the sizes of the screen?
WebApplication.FormHeight and WebApplication.FormWidth
or, from the form itself, you can check its sizes using properties Width and Height.
It doesn't contain the actual size of the screen though (which is for the vast majority of the cases irrelevant).
Can you please elaborate on why do you need the sizes of the screen?

