|
-
Nov 25th, 2000, 12:39 AM
#1
Thread Starter
Addicted Member
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?
-
Nov 26th, 2000, 06:31 AM
#2
Hyperactive Member
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.
-
Nov 26th, 2000, 12:21 PM
#3
Thread Starter
Addicted Member
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.
-
Nov 26th, 2000, 01:28 PM
#4
Hyperactive Member
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.
-
Nov 28th, 2000, 01:20 AM
#5
Thread Starter
Addicted Member
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?
-
Nov 28th, 2000, 04:40 AM
#6
Hyperactive Member
"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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|