I am creating a process to launch mspaint application using the following code
::CreateProcess(0, strCmdLine.GetBuffer(0), 0, 0, FALSE, 0, 0, 0, &si, &pi)

Once the application is launched, i need to minimise the paint application. How can i do it?