Jun 28, 2001 #1 Adric Programmer Jun 25, 2001 24 US Is there a way to determine what screen mode the computer is currently using. such as 800x600.
Jun 28, 2001 1 #2 strongm MIS May 24, 2001 20,176 GB Simplest way is to check out the Width and Height properties of the Screen object Upvote 0 Downvote
Jun 28, 2001 #3 MikeBronner Programmer May 9, 2001 756 US Yes, use the Screen object: Screen.Height Screen.Width Best Regards and many Thanks! Michael G. Bronner X-) "They who drink beer will think beer." Washington Irving Upvote 0 Downvote
Yes, use the Screen object: Screen.Height Screen.Width Best Regards and many Thanks! Michael G. Bronner X-) "They who drink beer will think beer." Washington Irving
Jun 29, 2001 #4 dgtart Programmer May 14, 2001 14 SE Don't forget to format it from teips to pixels height = screen.height/screen.twipsPerPixelY width = screen.width/screen.twipsPerPixelX /ola Upvote 0 Downvote
Don't forget to format it from teips to pixels height = screen.height/screen.twipsPerPixelY width = screen.width/screen.twipsPerPixelX /ola
Jun 29, 2001 #5 dgtart Programmer May 14, 2001 14 SE Don't forget to format it from twips to pixels height = screen.height/screen.twipsPerPixelY width = screen.width/screen.twipsPerPixelX /ola Upvote 0 Downvote
Don't forget to format it from twips to pixels height = screen.height/screen.twipsPerPixelY width = screen.width/screen.twipsPerPixelX /ola