有没有办法配置delphi 2009来做到这一点?
我所做的是将代码添加到主窗体的OnCreate处理程序,如果Delphi-Debugger连接到应用程序,则将该窗体移动到第二个监视器.
if (DebugHook <> 0) and (Screen.MonitorCount > 1) then Left := Screen.Monitors[1].Left;