Hi all
Is there a .NET Framework equivalent to using the NetMessageBufferSend api call?
If not, I've been trying to use NetMessageBufferSend but the examples either use [blue]Bytes[/blue] or [blue]Any[/blue] as arguments.
I'd appreciate it if someone could show me some code on how to make this work.
Until such time, I'll use the Process class to start net.exe and pass commandline arguments.
PS: Using Bytes or Any works well in VB6. I have no problems using it there. As soon as I port the code to VB.NET and use Object or string, it doesn't budge.
Is there a .NET Framework equivalent to using the NetMessageBufferSend api call?
If not, I've been trying to use NetMessageBufferSend but the examples either use [blue]Bytes[/blue] or [blue]Any[/blue] as arguments.
I'd appreciate it if someone could show me some code on how to make this work.
Until such time, I'll use the Process class to start net.exe and pass commandline arguments.
PS: Using Bytes or Any works well in VB6. I have no problems using it there. As soon as I port the code to VB.NET and use Object or string, it doesn't budge.