2012年6月24日

Delphi Form显示在第二个显示器中的方法

摘要: Delphi 中窗体Form显示在第二个显示器中的方法: 假定要显示在扩展的第二个显示器的Form的名称为frmFloat,则除了要设置该form的top、left、width、height为Screen.Monitors[1].Top, Screen.Monitors[1].Left, Screen.Monitors[1].Width, Screen.Monitors[1].Height 外... 阅读全文

posted @ 2012-06-24 22:12 时间朋友 阅读(4461) 评论(0) 推荐(0)

导航