Outputting to two "screens"

I’m writing a program for displaying song lyrics on a projector. I’d like to have one window running to control things, another to project. I have no idea how to do this.

Any help would be appreciated.

Well, I figured it out. Just plug in a second monitor and drag a window onto it. Duh.

In code:

first window open event

self.left = screen(0).Left

second window

self.left = screen(1).Left