PDA

View Full Version : How to automatically activate a button..


zambuka42
June 4th, 2008, 16:30
ok, I couldn't think of a better title, but here is what I'm trying to do: I have a program, that when run, creates a window with a NEXT button. What I want to do is either: find exactly what function that NEXT button takes you to.. or simply change the code to not wait for a click, but to immediately execute that button instead. (I am using OLLY). Thanks. -b

xenakis
June 4th, 2008, 20:56
Here are two nice tuts covering this very topic:

http://forums.accessroot.com/?act=attach&type=post&id=2373

http://www.woodmann.com/fravia/bbnag1.htm

The second one is a little older, but still a goodie

zambuka42
June 5th, 2008, 02:00
thanks so much!