Results 1 to 3 of 3

Thread: how to determine your app is being hijacking?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Dec 2005
    Posts
    21

    Question 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?

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: how to determine your app is being hijacking?

    What do you mean by "hijacked"?

  3. #3
    old fart Frans C's Avatar
    Join Date
    Oct 1999
    Location
    the Netherlands
    Posts
    2,926

    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.
    Frans

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width