Code:
<StructLayout(LayoutKind.Sequential, CharSet:=CharSet.Ansi)> _
Public Structure MsgSTR
Public code As String
Public index1 As Integer
Public index2 As Integer
Public arr() As Integer
<StructLayout(LayoutKind.Sequential, CharSet:=CharSet.Ansi)> _
Public Structure MsgSTR
Public code As String
Public index1 As Integer
Public index2 As Integer
Public arr() As Integer
protected override void WndProc(ref Message m)
{
switch (m.Msg)
{
case (int)Msg.WM_USER:
break;
case (int)Msg.WM_COPYDATA: