Peter Bukewicz
14 discussion posts
Pretty much what the title says. Is it possible that if there are any fullscreen applications present on Primary Monitor (such as games, or fullscreen videos, etc) that all windows will move/open on Monitor #2?
Thanks!
Jcee
205 discussion posts
Try replacing this:
BFS.Window.MoveToMonitor(2, windowHandle);
with this:
BFS.Window.MoveToMonitor(1, windowHandle);
It worked out for me.