Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jmaster3

    Convert C header file to VB

    Is there a tool or utility to convert a C header file (.h) to VB declares? I need to call a C dll from VB but I only have the header file. Is there another way to do it?
  2. jmaster3

    Calling native COM from VB

    Jeff and flaubert I guess it is time I responded to all the excellent discussion that has been going on. My object does not implement a dual interface, and I don't have a typelib for it, so I am in the predicament that you two have spelt out very clearly. For a work-around I got a colleague to...
  3. jmaster3

    Calling native COM from VB

    Hi Jeff Unfortunately ActiveX and COM aren't the same thing - COM does not necessarily expose an automation interface which is required by ActiveX and it is this automation interface that VB uses. This is my problem. It is easy to use the automation interface, but what do I do when it isn't...
  4. jmaster3

    Calling native COM from VB

    I don't know if this is the correct forum for my problem. I have a need to call a native COM component (no ActiveX, automation, OLE, etc.) from VB. Is there anybody out there who knows if it can be done, and how?

Part and Inventory Search

Back
Top