Home
Forum
Help
Login
Register
November 05, 2024, 05:20:07 am
fodev.net
»
FOnline Development
»
Questions and Answers
»
How to get the resolution used by client.
« previous
next »
Print
Pages: [
1
]
Author
Topic: How to get the resolution used by client. (Read 2341 times)
Slowhand
Go for the eyes, Boo! Go for the eyes!
How to get the resolution used by client.
«
on:
September 11, 2017, 03:50:44 pm »
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?
Logged
devis
Re: How to get the resolution used by client.
«
Reply #1 on:
September 11, 2017, 09:10:34 pm »
int __ScreenWidth;
int __ScreenHeight;
Logged
Slowhand
Go for the eyes, Boo! Go for the eyes!
Re: How to get the resolution used by client.
«
Reply #2 on:
September 11, 2017, 10:24:24 pm »
ty
Logged
Print
Pages: [
1
]
« previous
next »
fodev.net
»
FOnline Development
»
Questions and Answers
»
How to get the resolution used by client.