Nov 21, 2002 #1 iansr Programmer Aug 31, 2001 11 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 Oct 23, 2002 83 RO Use Screen.Bounds.Width and Screen.Bounds.Height. Upvote 0 Downvote