M
Mark T..
I need to send a byte array or a string passed in the LParam from MY
application to ANOTHER MY application.
I read the MSDN and found no samples.
I made several tries and did not succeed to receive a byte array or a
string.
I am using the GetLParam like this:
Private Structure MyType
...
End Structure
Protected Overrides Sub WndProc(ByRef m As System.Windows.Forms.Message)
....
Dim MyVar As MyType
MyVar = GetLParam(GetType(MyType))
....
End Sub
Always got an error when retrieving MyVar.
Thanks for your support
MT
application to ANOTHER MY application.
I read the MSDN and found no samples.
I made several tries and did not succeed to receive a byte array or a
string.
I am using the GetLParam like this:
Private Structure MyType
...
End Structure
Protected Overrides Sub WndProc(ByRef m As System.Windows.Forms.Message)
....
Dim MyVar As MyType
MyVar = GetLParam(GetType(MyType))
....
End Sub
Always got an error when retrieving MyVar.
Thanks for your support
MT