|
-
Jan 19th, 2006, 05:18 AM
#1
Thread Starter
Junior Member
how to determine your app is being hijacking?
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?
-
Jan 19th, 2006, 06:30 AM
#2
Re: how to determine your app is being hijacking?
What do you mean by "hijacked"?
-
Jan 19th, 2006, 07:21 AM
#3
Re: how to determine your app is being hijacking?
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|