|
-
Oct 19th, 2000, 05:38 PM
#1
Thread Starter
Junior Member
hiya all,
in using a paying banner, but every 15 minets or so i get a banenr that says click on the gree continue button to continue. (this button is randomly placed)
haves anyone got any ideas?
tahnks
-
Oct 19th, 2000, 09:50 PM
#2
Addicted Member
I'm not exactly sure what you mean. Could you give a little better description.
-
Oct 19th, 2000, 10:04 PM
#3
Thread Starter
Junior Member
ok, well i want to make a program to automaticaly click on the continue button on the banner program i have open (anouther program like alladvantage).
the program shows banners for 15 - 30 minets. after this time a html page comes up and askes you to click on the continue button. The problem is that there is a logout button also, and these buttons are randomaly placed so i cant just make a program to click on everything.
-
Oct 19th, 2000, 10:18 PM
#4
Addicted Member
I take it your using Desktop Dollars.. 
Well anyway. You would need to use api to do this. Get the specified handle, class, ect. A timer to track when the mouse is supposed to click. If it is desktop dollars your using let me know, because I use it. I would be able to help you out with the api, ect. Im gonna tinker with some code for right now, but let me know, and i'll try to help you.
-
Oct 19th, 2000, 11:02 PM
#5
Thread Starter
Junior Member
-
Oct 19th, 2000, 11:09 PM
#6
Fanatic Member
So your problem is getting rid of this box eh? Well even though i don't support cheating...i can give a suggestion with oit code for educational purposes only . Anyways...have a form running and when it loses focus...meaning another form(box) is overtop of it send keys like vbTab to move over to "ok" and send the enter key(Chr(13)) or space bar(vbSpace i think) to click it.
Gl,
D!m
-
Oct 19th, 2000, 11:31 PM
#7
Thread Starter
Junior Member
i wish it was that easy..
the continue button is a graphic inside the banner..
it is a html file not a popup box
-
Oct 20th, 2000, 04:59 AM
#8
Addicted Member
Well I tried to put together some api last night, but I couldnt get it. so the most possible conclusion now, is we would have to get the exact coordinates on the screen to where the buttons are and have the timer click those coordinates at the correct time.. I'll see what I can do.
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
|