Search results for query: *

  • Users: XardozCom
  • Content: Threads
  • Order by date
  1. X

    Question Parsing HTML

    This was covered in this thread, but somehow I just don't get it... I am trying to get the results from a WEB page HTML No matter how I parse it, I do not get the results I want Private Sub GetSiteInformation() For Each currentDiv_Element As HtmlElement In...
  2. X

    Question Getting a NIC Name, IP (v4) and Connection Status

    We have been chasing this for a week. The Internet is full of half answers. With this code modified, can we get the Adapter Name (Not Manufacture), IPv4 and Connection status? Dim adapters As NetworkInterface() = NetworkInterface.GetAllNetworkInterfaces() Dim adapter As...
  3. X

    Question Get an array back from a .net DLL

    We have a DLL written in VB9 (.Net 2008 Express) in com wrapper It is called from our VB6 program and works great. Recently we need to pass XML from VB6 to a function in our DLL and get an array passed back The XML parsing works fine, been modified to remove propitiatory information No luck...
Back
Top