B BoD][eZ OSNN Newbie Joined 19 Jan 2004 Messages 4 21 Jan 2004 #1 Private Function LoadNews(ByRef msg As String) As Boolean How would I call that function? I tried: Call LoadNews(msg) and got errors.
Private Function LoadNews(ByRef msg As String) As Boolean How would I call that function? I tried: Call LoadNews(msg) and got errors.
B BoD][eZ OSNN Newbie Joined 19 Jan 2004 Messages 4 21 Jan 2004 #2 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?
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?
B BoD][eZ OSNN Newbie Joined 19 Jan 2004 Messages 4 22 Jan 2004 #3 NEvermind got it. Add MSXML as a reference, not component.