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

Search:

Type: Posts; User: Ahsin

Search: Search took 0.02 seconds.

  1. Re: Add a USB Plug and Play feature inside a vc++ dll

    I want to do RegisterDeviceNotification inside my vc++ dll. But I have no idea how to implement inside the dll.

    I want my software to detect the connect/disconnect events of the USB.

    Kindly...
  2. Re: Add a USB Plug and Play feature inside a vc++ dll

    Alright. But I want to create a windows form inside my vc++ dll and then add .net functions. As far as I'm concerned, It is only possible to add a windows form to a project of type Windows Forms or a...
  3. Re: Add a USB Plug and Play feature inside a vc++ dll

    Kindly explain how can I use MFC to create windows inside VC++ dll.

    I want to use .net functions inside VC++ dll. So I want to create a windows form/Dialog to use them

    Kindly help me in this...
  4. Re: Add a USB Plug and Play feature inside a vc++ dll

    Alright mate,


    "Question": How to add a form inside a VC++ dll.
    I searched online for this issue and I came to know that if the project is an unmanaged C++ DLL project, then I can only create...
  5. Add a USB Plug and Play feature inside a vc++ dll

    I have designed a vc++ dll for a controller. I want to add usb plug and play feature inside the dll. I searched on line and came to know:

    "If the project is an unmanaged C++ DLL project, then I...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured