antvon
Programmer
- Dec 2, 2002
- 45
Hi All
Id like to write some code that
will allow me to read in some string
from an 'external window', manipulate it
and paste it back into the ext. window with
the modification.
i.e. assume that the app is running and that
the ext window is a vb6 design window.
the text i want to change is text1.text.
the app then graps text1.text and changes it
to Val(text1.text) and replaces it in the vb6
window.
This is more or less how find and replace works
within the some window.
The msgbox and error template routines from Zada
seem to work like this and I'd like to do the same
but unfortunately have no knowledge of api, hooking
and whatever else it seems to make use of.
Hoping there is some kind folks out there who don't
mind enlightening me.
Thanks.
Id like to write some code that
will allow me to read in some string
from an 'external window', manipulate it
and paste it back into the ext. window with
the modification.
i.e. assume that the app is running and that
the ext window is a vb6 design window.
the text i want to change is text1.text.
the app then graps text1.text and changes it
to Val(text1.text) and replaces it in the vb6
window.
This is more or less how find and replace works
within the some window.
The msgbox and error template routines from Zada
seem to work like this and I'd like to do the same
but unfortunately have no knowledge of api, hooking
and whatever else it seems to make use of.
Hoping there is some kind folks out there who don't
mind enlightening me.
Thanks.