I have an application which start in 0x0 position of my desktop. I want to open it in center of my desktop. I do not want to open it and use a move command to move it into c
You can use nircmd project here: http://www.nirsoft.net/utils/nircmd.html
nircmd
Example code:
nircmd win move ititle "cmd.exe" 5 5 10 10 nircmd win setsize ititle "cmd.exe" 30 30 100 200 nircmd cmdwait 1000 win setsize ititle "cmd.exe" 30 30 1000 600