FOnline Development > Questions and Answers

How to get the resolution used by client.

(1/1)

Slowhand:
I want to position stuff on screen, and knowing the resolution might be crucial, as I want to place it top right corner. How to acquire the max width/height of the screen?

devis:
int __ScreenWidth;
int __ScreenHeight;

Slowhand:
ty

Navigation

[0] Message Index

Go to full version