How do you set the position of an application window when it is lauched from
VB.NET?
My application needs to check for the number of Microsoft Terminal Services
running, then close all but one and position the remaining one on the second
monitor for a dual screen system. If there isn't an instance of MTS running,
then I'll launch a new instance of MTS and position its window on the second
monitor.
I've searched under the left, top, width and height properties, but cannot
find the proper syntax to accomplish...
Thanks in advance.