Results 1 to 6 of 6

Thread: Advanced API/Subclassing? Question

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2000
    Location
    Gainesville, FL
    Posts
    131

    Unhappy

    If any of you do any AOL programming, you know the problem we've run into with AOL 6.0. I believe that AOL now filters out the WM_GETTEXT message from chatrooms, which doesn't allow our programs to work anymore.

    I have written a pretty popular AOL Scrambler game (Simple Scrambler, http://raydr.cjb.net/), which does not work on AOL 6 because of this.

    I am not sure how to get around this. Anyone have any clue on how to be able to get the text from the AOL 6.0 chatroom?

  2. #2
    Hyperactive Member tumblingdown's Avatar
    Join Date
    Mar 2000
    Posts
    362
    I have never done anything with AOL;-)
    but, first question. Do you have the txt box handle?


    td.
    "One logical slip and an entire scientific edifice comes tumbling down." - Robert M. Pirsig


    [email protected]

    "but if Einstein is right and God is in the details, reality requires that we sometimes get religion." - Scott Meyers.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Mar 2000
    Location
    Gainesville, FL
    Posts
    131
    Yes, I do.

    Keep in mind I'm a bit familiar with this kind of thing, I've been doing AOL Programmming for a few years now, but with AOL's new release (6.0), it seems like they filter out all WM_GETTEXT messages. They are trying to make it impossible to create "progz", and it seems like they're doing a decent job.

    There must be some way to reenable WM_GETTEXT or some way around it.

  4. #4
    Hyperactive Member tumblingdown's Avatar
    Join Date
    Mar 2000
    Posts
    362
    If they are stopping/interupting wm_gettext message (if they are - btw, how did you get the window handle?), then you may be able to use dll injection to override what they're doing.

    Also, have you subclassed the Textbox Class (as opposed to a specific handle), to see if they apply the filter to all txt boxes, etc.

    td.
    "One logical slip and an entire scientific edifice comes tumbling down." - Robert M. Pirsig


    [email protected]

    "but if Einstein is right and God is in the details, reality requires that we sometimes get religion." - Scott Meyers.

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Mar 2000
    Location
    Gainesville, FL
    Posts
    131
    what is dll injection, and how would I do it?

    It seems like they subclass the text box themselves to stop the wm_gettext. How can I stop the subclass?

  6. #6
    Hyperactive Member tumblingdown's Avatar
    Join Date
    Mar 2000
    Posts
    362
    "One logical slip and an entire scientific edifice comes tumbling down." - Robert M. Pirsig


    [email protected]

    "but if Einstein is right and God is in the details, reality requires that we sometimes get religion." - Scott Meyers.

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