Nov 21, 2002 #1 iansr Programmer Joined Aug 31, 2001 Messages 11 Location PH Hi all, I simply need to get the screen size. I remember in VB, it goes like screen.width & screen.height.. Thanks!
Hi all, I simply need to get the screen size. I remember in VB, it goes like screen.width & screen.height.. Thanks!
Nov 21, 2002 1 #2 alexboly Programmer Joined Oct 23, 2002 Messages 83 Location RO Use Screen.Bounds.Width and Screen.Bounds.Height. Upvote 0 Downvote
Nov 21, 2002 Thread starter #3 iansr Programmer Joined Aug 31, 2001 Messages 11 Location PH thanks! Upvote 0 Downvote