Can anybody tell me how I can copy data entered into an edit box, into an edit box that is in a seperate dialog box.
Thanks in advance.
Printable View
Can anybody tell me how I can copy data entered into an edit box, into an edit box that is in a seperate dialog box.
Thanks in advance.
Hi,
Look at WM_COPYDATA in MSDN. Also at http://msdn.microsoft.com/library/de...ngdatacopy.asp
Thank You Very Much Emi!
You're welcome!