D Dino Buljubasic May 28, 2004 #1 How can I get programmatically screen width of my screen when I start my application? Thank you, Dino
How can I get programmatically screen width of my screen when I start my application? Thank you, Dino
A AlexS May 28, 2004 #2 Hi, Dino check SystemInformation class and WorkingArea / VirtualScreen properties HTH Alex
H Herfried K. Wagner [MVP] May 28, 2004 #3 * Dino Buljubasic said: How can I get programmatically screen width of my screen when I start my application? Click to expand... Monitor size: 'SystemInformation.PrimaryMonitorSize' 'SystemInformation.WorkingArea' 'SystemInformation.VirtualScreen' 'Screen.PrimaryScreen.Bounds' 'Screen.PrimaryScreen.WorkingArea' When using multiple monitors: 'Screen.AllScreens'
* Dino Buljubasic said: How can I get programmatically screen width of my screen when I start my application? Click to expand... Monitor size: 'SystemInformation.PrimaryMonitorSize' 'SystemInformation.WorkingArea' 'SystemInformation.VirtualScreen' 'Screen.PrimaryScreen.Bounds' 'Screen.PrimaryScreen.WorkingArea' When using multiple monitors: 'Screen.AllScreens'
A Armin Zingler May 28, 2004 #4 Dino Buljubasic said: How can I get programmatically screen width of my screen when I start my application? Click to expand... Menu Edit -> Find&Replace -> Find symbol: Enter "screen" -- Armin How to quote and why: http://www.plig.net/nnq/nquote.html http://www.netmeister.org/news/learn2quote.html
Dino Buljubasic said: How can I get programmatically screen width of my screen when I start my application? Click to expand... Menu Edit -> Find&Replace -> Find symbol: Enter "screen" -- Armin How to quote and why: http://www.plig.net/nnq/nquote.html http://www.netmeister.org/news/learn2quote.html