How do i get a process main window position. i have searched all around the internet but i cant find a solution. Here is my code:
Process[] processCollection = Process.GetProcesses();
foreach (Process p in processCollection)
{
// Get window position from "p"
}