hi,
to use "full" Desktop Size i "automatic" hide Taskbar
but than FUNCTION ScreenHeight() give to small Height
so i wrote this
to use "full" Desktop Size i "automatic" hide Taskbar
but than FUNCTION ScreenHeight() give to small Height
so i wrote this
#define DESKTOPVERTRES Â Â Â 0x0075
#define DESKTOPHORZRES Â Â Â 0x0076
FUNCTION ScreenHeightNative()
LOCAL hDC, nHeight
  hDC := GetDC( 0 )
  nHeight := GetDeviceCaps( hDC, DESKTOPVERTRES )
  ReleaseDC( 0, hDC )
RETURN nHeightgreeting,
Jimmy
Jimmy