> > Hi.
> >
> > I want to get the height and width of the user's desktop. I know I have to use GetWindowRect in the WIN32API but am confused about how to get the 4 parameters it should return (height, width, top, left) into foxfro numeric variables.
> >
> > Hope you can help...
> > Cheers
> > Neil Shumsky
>
> SYSMETRIC(1) and SYSMETRIC(2) return the desktop width and height. Is that what you're looking for?
> --
> Eric den Doop
>
www.foxite.com - The Home Of The Visual FoxPro Experts
Yes thanks,
I can't believe my ignorance! I did know about this function but somehow it slipped my mind. Cheers again.
Neil