請問如何取得螢幕的解析度?(編號:154)

我試過以下程式碼,但是screen.width和screen.height得到的值卻是一樣的!?
還有其他的辦法嗎?
x = Screen.Width / Screen.TwipsPerPixelX
  y = Screen.Height / Screen.TwipsPerPixelY