文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>C++ Builder中获取桌面的大小

C++ Builder中获取桌面的大小

时间:2011-03-17  来源:luoshupeng

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)); 
}
相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载