Hi , Friends
WM_COPYDATA , Copy the text into another app ? Or Can we use instead of SetWindowText
SendMessageA 0,&H4A,wparam,Byval cds
the above just returen False And True Value not copy text
What I have tried:
Dim cds As COPYSTRUCT
With cds
.dwType=1
.dwSize=LenB(String)*2+2
.lpData=StrPtr(String)
End With
SendMessageA hwnd,WM_SETTEXT,0,Byval cds
no Sent The String