Process class again

cheng_sh

Freshman
Joined
Feb 18, 2003
Messages
25
Location
KL
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.
 
Back
Top