Recent content by BoD][eZ

  1. B

    Trouble with ActiveX

    NEvermind got it. Add MSXML as a reference, not component.
  2. B

    Trouble with ActiveX

    Edit: got the call to work. Now when i run it i get: User defined type not defined. How can I get the ActiveX .ocx for MSXML4? I downloaded it from MS.com but i only got dlls and .h files for C :( Any help?
  3. B

    Trouble with ActiveX

    Private Function LoadNews(ByRef msg As String) As Boolean How would I call that function? I tried: Call LoadNews(msg) and got errors.
  4. B

    Retrieve/Parse XML data using Visual Basic

    I cant seem to concieve this concept. Any tuts out there that might be able to teach me how to get started?
Back