Results 1 to 4 of 4

Thread: Spyworks Subclassing

  1. #1
    Guest

    Question

    I'm using the Spyworks subclassing control, and I need to know how to cancel the default windows message and replace it with my own routine. I can subclass the window and perform my own pre-default messages just fine, but I can't seem to cancel the default windows event from happening after it.

    Any help would be greatly appreciated

    -Jordan

  2. #2
    Guest
    ...one more time.

  3. #3
    Addicted Member
    Join Date
    Feb 2000
    Posts
    224
    Generally when you subclass..
    you findout that, the message is for this particular
    window - then you process it after which you send
    this message to the old window procedure.

    Now when you want that particular message to be invisible
    to the old procedure , don't send it to it after you
    process the message.

    but It is quite dangerous to swallow critical messages
    like that. Be your own judge.
    If you can't pronounce my name, call me GURU

  4. #4
    Frenzied Member
    Join Date
    Aug 1999
    Location
    Santa Clara, Ca , 95058
    Posts
    1,105
    As a purchaser of Spyworks, you should be able to ask Desaware directly.

    http://www.desaware.com/ForProductsL2.htm

    or

    http://www.desaware.com/ContactUsL3.htm

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