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 gkittelson 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. Boknaai

    .Net and COM interoperability

    Hi I have created a component in C# that I am wanting to consume as a COM object in vbScript. I have gone through the process of giving it a GUID and strong name, registering it with the GAC, and registering it in the registry using regasm ... /tlb... It has a very simple method called...
  2. Boknaai

    Using a .Net object in VBA

    I've written a .Net class library (compiled as a .dll) in C#. I now want to call this object from an Excel spreadsheet in the VBA code. I have tried adding a reference to the dll (tools > references > browse in the Visual Basic editor) but i get a message saying "can't add a reference to...
  3. Boknaai

    Navigating XML using XPath

    Hi All I'm having a problem navigating through an XML document using XPath. I've never done this before, so I'm sure the answer is fairly obvious :) I am using the following code to navigate to a particular node in an xml document (VB.NET): Dim doc As XmlDocument = New XmlDocument()...

Part and Inventory Search

Back
Top