I have the following code :
System.Drawing.Rectangle desktop_Rectangle = System.Windows.Forms.Screen.PrimaryScreen.Bounds
which gives me the Bounds of the Desktop.
I am now looking to get the Bounds of a specific Window using the caption of the Window.
Do I have to use Interop in order to accomplish that ?
any sample code would be greatly appreciated.
Thank you
usage: