|
From: Marcus L. <ma...@ya...> - 2006-02-23 15:00:38
|
Bj=F6rn Zehner wrote: > PS: (BTW: Is there something like the Unix Display 0:1 and 0:2 on Windo= ws?) Have you checked out the MultiMonitor-API in Win32? That allows you to enumerate monitors, get their names (which is=20 something like \\DISPLAY0 etc.) and also get their coordinates. I have=20 only used one func to go fullscreen on the monitor which my window=20 covers the most (MonitorFromRect(), look it up in the MSDN-help and you=20 should be able to find the rest). I think that you'll be able to do what you want with that. Regards /Marcus |