摘要: void __fastcall TForm1::Button1Click(TObject *Sender) { TRect hRect; SystemParametersInfo(SPI_GETWORKAREA , 0, &hRect, 0); ShowMessage(IntToStr(hRect.Top) + " " + IntToStr(hRect.Left) + " " + IntToStr(hRect.Bottom) + " " + IntToStr(hRect.Right)); } 阅读全文
posted @ 2011-03-17 21:12 luoshupeng 阅读(620) 评论(0) 推荐(0) 编辑