Tagged Questions
0
votes
2answers
2k views
Showing a Windows form on a secondary monitor?
I'm trying to set a Windows Form on secondary monitor, as follows:
private void button1_Click(object sender, EventArgs e)
{
MatrixView n = new MatrixView();
Screen[] screens = ...