I know here is a way to determine whether your window is being hijacking:
http://www.planet-source-code.com/vb...61911&lngWId=1
but not i want to determine an app is being hijacking?
Printable View
I know here is a way to determine whether your window is being hijacking:
http://www.planet-source-code.com/vb...61911&lngWId=1
but not i want to determine an app is being hijacking?
What do you mean by "hijacked"?
The example checks if the form is subclassed.
This is no garantee, because most controls are windows that can be subclassed.
You would have to check every window in your project, which means you have to check every textbox, button etc.
I don't think you can subclass without a windowhandle.