Re: How to get screen width and height?
From: Morten Wennevik (MortenWennevik_at_hotmail.com)
Date: 10/26/04
- Next message: Tom Dacon: "Re: C# & VB-> General Questions"
- Previous message: Jochen Kalmbach: "Re: How to get screen width and height?"
- In reply to: Jurate: "How to get screen width and height?"
- Next in thread: Chris Ballard: "RE: How to get screen width and height?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 26 Oct 2004 07:44:59 +0200
Hi Jurate,
Screen.GetBounds() might help you out. I'm not sure if you will get the
entire virtual desktop on multi-screen systems, but in that case maybe
Screen.PrimaryScreen.GetBounds() will work.
-- Happy Coding! Morten Wennevik [C# MVP]
- Next message: Tom Dacon: "Re: C# & VB-> General Questions"
- Previous message: Jochen Kalmbach: "Re: How to get screen width and height?"
- In reply to: Jurate: "How to get screen width and height?"
- Next in thread: Chris Ballard: "RE: How to get screen width and height?"
- Messages sorted by: [ date ] [ thread ]