Administrator
VB.NET Forum Admin
- Joined
- Jun 3, 2004
- Messages
- 1,462
- Programming Experience
- 10+
I have multiple monitors and when you have a form such as a splash form set to CenterScreen, it shows on the "active" screen. So if I launch my app and I click on the secondary monitor to read an e-mail while it's launching, the splash actually shows on the secondary monitor. Is there a way with using CenterScreen for the StartPosition to have it "center on the primary screen" or do I have to code this manually using the StartPosition.Manual and get screen bounds of the primary, etc.? Just seeing if there is an easier way to assign a form a screen to center on using the simpler CenterScreen property.