hey all have a question about edit boxes....
-
can i read the contents of an edit box on a different form, from a diff application? IM PROUD TO BE A GMAIL;
I'm not sure, but I don't think you can... :( Darth_Sulfur (Sulfurik) http://www.SulfurSoft.tk ftp://tsfc.ath.cx http://tsfc.ath.cx hotline://tsfc.ath.cx
-
can i read the contents of an edit box on a different form, from a diff application? IM PROUD TO BE A GMAIL;
If you have the window handle, yes, you can. You can use the
SendMessage
to query the text length first using WM_GETTEXTLENGTH (IIRC) and then query the actual contents using WM_GETTEXT. Regards Senthil _____________________________ My Blog | My Articles | WinMacro -
If you have the window handle, yes, you can. You can use the
SendMessage
to query the text length first using WM_GETTEXTLENGTH (IIRC) and then query the actual contents using WM_GETTEXT. Regards Senthil _____________________________ My Blog | My Articles | WinMacro