I would like to design a program to integrate with an external program (say notepad). I can open it from my program by using process class. Also I can get the window handle by Process.MainWindowHandle.
My question are
i) How can I get the position, width and height of the window (notepad) ?
ii) How can I detect the window movement?
Any idea?
Thank you.
My question are
i) How can I get the position, width and height of the window (notepad) ?
ii) How can I detect the window movement?
Any idea?
Thank you.