hey mate.. i got it working...
changed the following code:
Code:
Structure Meminfo
<VBFixedString(100), System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.ByValArray, SizeConst:=100)> Dim sCobol As String
End Structure
to:
Code:
Structure Meminfo
<VBFixedString(100), System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.ByValTStr, SizeConst:=100)> Dim sCobol As String
End Structure
MANY THANKS FOR YOUR HELP.. REALLY REALLY REALLY APPRECIATED!!!!