I want to have an event in my application if any window appears. For example if i open the windows-explorer then my application should recognise this and can react.
Is this possible in c#?
I already got that i need to override the WndProc-Method. But now i need to know which message appears when a new window is created