CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: adria15228

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    2,888

    problems with DeviceIoControl in VB.net

    Hi. I am trying to convert this code written in VC++ (unmanaged) to VB .NET (managed). Could anyone please help?

    // set configuration - MUST be set to do a RESET
    if( !DeviceIoControl( DevHandle,...
  2. Replies
    4
    Views
    8,732

    Re: C++ unmanaged code vs. managed VB.net

    Viperbyte thank you for your answer. device is passed in. It is an argument of the Connect function

    Public Function OpenPort(ByRef device As String) As Boolean
    ....

    Thank you for your...
  3. Replies
    4
    Views
    8,732

    C++ unmanaged code vs. managed VB.net

    Hi,

    I am trying to develop a dll in VisualStudio2005 in vb.net that will communicate with a spectrometer attached to the USB port of the computer.
    Now the dll exists in C++ and it works like a...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured