Reply to thread

.Netframework has a screen class (System.Windows.Forms.Screen)


With it one can iterate through all the screens and find out which one is primary and then choose to output MP on that screen....


I have not done any testing with this in MP, but I've used the class in other projects to consistently render a form on a given screen...


//Morten


Top Bottom