
Determining user's screen resolution at runtime
I want to be able to determine if the user of my program is setup for 800 x 600
or for 1024 x 768. How do I do this? I would have thought the Screen object
would provide that information but I can't find it.
Thanks in advance. I'm using VB 6.0 if it matters.