B
Brian
I used an api call in vb 6 and was wondering if there was a vb.net method or
would I continue to use the api call
public declare sub Copymemory lib "kernel32" alias "RtlMoveMemory"
(destination as any, source as any, byval length as long)
thanks Brian
would I continue to use the api call
public declare sub Copymemory lib "kernel32" alias "RtlMoveMemory"
(destination as any, source as any, byval length as long)
thanks Brian