Results 1 to 2 of 2

Thread: Potentially difficult (maybe subclassing) question...

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2000
    Posts
    352

    Potentially difficult (maybe subclassing) question...

    I am making a program that requires that I respond to a button press in another program. In what way can I accomplish this??? Is there a way to subclass it if it is already running such that I will know when the message is recieved? I do not want to use loops ideally. Thank you for any help you can give. (I am relatively new to c++ API, so be very specific and include examples if at all possible, especially if it requires that I subclass the existing window)

    Joe

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    If you are new to API, this is not a good thing to do. It involves DLL writing, cross-process subclassing, dll injection and interprocess communication. Someone here made a program that subclasses the windows start button. You might find it with a forum search.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

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