SendMessage
-
To SendMessage how to send a string as argument and how to recieve and display that string lets say in a edit box i have some text ABCD , i want to capture this text to a CString and pass this CString to Sendmessage as Wparam parameter to other remote process(iam using sockets for remote connevtion). and at remote Application i will capture this wparam and display the message how to do this using send message. Thanks in advance
abhi
-
To SendMessage how to send a string as argument and how to recieve and display that string lets say in a edit box i have some text ABCD , i want to capture this text to a CString and pass this CString to Sendmessage as Wparam parameter to other remote process(iam using sockets for remote connevtion). and at remote Application i will capture this wparam and display the message how to do this using send message. Thanks in advance
abhi