CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: VarPtr in .net

Threaded View

  1. #1
    Join Date
    Oct 2008
    Posts
    1

    VarPtr in .net

    Hello. I have a Pic conected by usb to a PC and I need to make a program in .net. The code in VB6 is something like that

    MPUSBRead(myOutPipe, VarPtr(SendData(0)), 1, recievedlength, 100)

    I need a pointer to a array of long as secont parameter, but I don't know how to replace the VarPtr in .net

    I'm not properly a programmer so please post any kind of help.
    Last edited by asdrojas; October 6th, 2008 at 05:29 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured