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

Search:

Type: Posts; User: ByVal

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    7,827

    Re: Need help, handling C++ dll in vb.net

    Hi dglienna,

    You mentioned delegate, would it allow me to control an unmanaged dll directly in my vb.net project? my fear is that I would have to create another dll to handle all messages that is...
  2. Replies
    5
    Views
    7,827

    Re: Need help, handling C++ dll in vb.net

    Hi HairyMonkeyMay,

    Thanks for the quick response.

    Currently this is how i declare the method



    Private Declare Function BioDRV_Enroll Lib "FvidDrv.dll" (ByVal HWND As Long, ByVal LPVOID...
  3. Replies
    5
    Views
    7,827

    Need help, handling C++ dll in vb.net

    Hi everyone,

    I'm using visual studio 2005 and i'm using a third party C++ dll which cannot be directly added as reference in my project.... A sample project made in C++ has been provided together...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured