how to detect display resolution

thexero

Active member
Joined
Jan 27, 2007
Messages
26
Programming Experience
3-5
hi

i made a program that has to start 100 pixcel left from the right of the screen and 50 pixcels from the bottom

it is rather fustrating when i have users with other screen resolutions to mine

any help

cheers
 
i been a bit busy lately

but that demo didn't seem very helpful at first

but now i am very grateful you made it for me :D

it gaves me lots of ideas using

VB.NET:
me.top = screen.primaryscreen.workingarea.bottom

so using the opposite to top

and the same with the left

i just want to thank you programmers soo much for helping me out on this

really happy now

cheers

No problem, perhaps someday you'll be able to help us
 
i'm sure you did it the way you did to make me think abit about how it was possible

really grateful for everones help
 
i'm sure you did it the way you did to make me think abit about how it was possible

really grateful for everones help

Actually, I did it the way I did because I did it the most lazy way I could. As long as you would be able to understand it, the less work I do, the better off I am. (Just being honest here)

And yes a by product of this method is that it forces you to think about things and make the connections on your own.
 
Back
Top