PDA

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


zambuka42
06-04-2008, 05:30 PM
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
06-04-2008, 09:56 PM
Here are two nice tuts covering this very topic:

http://forums.accessroot.com/index.php?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
06-05-2008, 03:00 AM
thanks so much!