摘要:
调用Windows API 函数 SystemParametersInfo 传送SPI_GETWORKAREA 参数和矩形结构的地址来接收坐标。例子:procedure TForm1.Button1Click(Sender: TObject);varhRect : TRect;beginSystemParametersInfo(SPI_GETWORKAREA,0,@hRect, 0);Sh... 阅读全文
posted @ 2009-07-15 11:20
myamanda
阅读(275)
评论(0)
推荐(1)
浙公网安备 33010602011771号