Post Reply

Forums -> Multiple monitors -> C# programming multiple displays
Jeff   2007-04-16 06:57
I have a perhaps silly question. I need to bring up a data entry form on the primary monitor and a bitmap image on the secondary monitor. I'm using C# and I've looked at all the Screens methods and properties. So far, nothing I've tried does anything but bring the forms up on the primary display. I can get the device names and all the properties, but I can't seem to find how to make things appear on the secondary disply without dragging them over.

I'm obviously missing something fairly simple, but I've no idea what it is.

Any help would be much appreciated.

Thanks in advance
TonWil   2007-04-17 07:27
From the Window menu, choose "New Vertical Tab Group"
Forums -> Multiple monitors -> C# programming multiple displays

Post Reply