C#.
Example: 
(source: brianapps.net)
I’m working on a screen capture software, so I want to enable specific window capture.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
it’s not the point to create the menu items in the system menu of a totally different application… the question is more or less how would you hook the upcoming system menu events?
If resizing an arbitrary window is what you want to do: just fetch the window handle of the program (how would you do this?) and call SetWindowPos http://msdn.microsoft.com/en-us/library/ms633545(v=VS.85).aspx