The Keeper
August 11th, 2002, 03:49
Hello,
i've been trying to add some code to a program, i could make it show the serial in a msgbox, now i want it to set the serial serial in the edit box, i got spy++ and looked at the window,
i see
000488 Register #32770 Dialog
A04 Edit
904 Edit
i put a int 3 where i want to add the code and assembled from there
push 488
push a04 (guessin its the serial edit)
call getdlgitem
but it returned 0, i tried reversed then and stil lreturning , am i doing something wrong ?
ps: the program doesnt export getdlgitem, but from sice i can assemble it, i guess im calling it directly, could anyone point me out if im doing something wrong ? this seems to be easy but its getting me
thanks in advance
the keeper
i've been trying to add some code to a program, i could make it show the serial in a msgbox, now i want it to set the serial serial in the edit box, i got spy++ and looked at the window,
i see
000488 Register #32770 Dialog
A04 Edit
904 Edit
i put a int 3 where i want to add the code and assembled from there
push 488
push a04 (guessin its the serial edit)
call getdlgitem
but it returned 0, i tried reversed then and stil lreturning , am i doing something wrong ?
ps: the program doesnt export getdlgitem, but from sice i can assemble it, i guess im calling it directly, could anyone point me out if im doing something wrong ? this seems to be easy but its getting me
thanks in advance
the keeper