I
Internetdomainowner
Programmers,
I'm calling out an SOS... WM_GETTEXT or WM_SENDTEXT has to be most
unexplained thing on the internet. I have spent over 3 hours trying to
search for a newbies guide to using this santax in my programs but I
have been very unsuccesful -- I did however learn how to reveal a
saved password that is hidden with * but other then that...it's been
fruitless. Would someone please explain the basics of how to use this
code...
Please use the details below so that anyone else researching this can
figure it out...
WM_GETTEXT
----------------------
UserForm1 - TextBox1 is the textbox I want to get the value, using
WM_GETTEXT from a program. The program I want to pull the data from
has a Control ID (Shown as [Description] on the target program) of
"1249" (revealed from a program called HookSpy). I want to assume
that Control ID 1249, would be the same as if I was to say
UserForm1.TextBox1.
So how does someone go about extracting the data from Control ID 1249?
What is the correct code to use?
What variables do I need to change?
What type of module do I need to paste the code into?
WM_SENDTEXT
------------------------
Pretty much the complete opposite... Take the value of UserForm1 -
TextBox1 and send it to Control ID 1249.
If someone responds with an answer that actually works and I can gain
the ability to use this code -- I'm serious -- I will PayPal you cash
(USD) for your efforts / answers. This has to be one of the most
valuable pieces of code out there and yet it's the most unexplained...
I don't even know how anyone has ever learned how to use this
successfully.
Thank you in advance... I am looking forward to seeing what happens
with this post.
-Todd
I'm calling out an SOS... WM_GETTEXT or WM_SENDTEXT has to be most
unexplained thing on the internet. I have spent over 3 hours trying to
search for a newbies guide to using this santax in my programs but I
have been very unsuccesful -- I did however learn how to reveal a
saved password that is hidden with * but other then that...it's been
fruitless. Would someone please explain the basics of how to use this
code...
Please use the details below so that anyone else researching this can
figure it out...
WM_GETTEXT
----------------------
UserForm1 - TextBox1 is the textbox I want to get the value, using
WM_GETTEXT from a program. The program I want to pull the data from
has a Control ID (Shown as [Description] on the target program) of
"1249" (revealed from a program called HookSpy). I want to assume
that Control ID 1249, would be the same as if I was to say
UserForm1.TextBox1.
So how does someone go about extracting the data from Control ID 1249?
What is the correct code to use?
What variables do I need to change?
What type of module do I need to paste the code into?
WM_SENDTEXT
------------------------
Pretty much the complete opposite... Take the value of UserForm1 -
TextBox1 and send it to Control ID 1249.
If someone responds with an answer that actually works and I can gain
the ability to use this code -- I'm serious -- I will PayPal you cash
(USD) for your efforts / answers. This has to be one of the most
valuable pieces of code out there and yet it's the most unexplained...
I don't even know how anyone has ever learned how to use this
successfully.
Thank you in advance... I am looking forward to seeing what happens
with this post.
-Todd