Hey,
so I have gone through a lot of Google pages and found numerous xml examples but none of them work for me.
I try importing this and it says does not contain any public member or cannot be found!
Is there no xml reader in vb? Would I have to make my own function that reads xml files?
Thanks
so I have gone through a lot of Google pages and found numerous xml examples but none of them work for me.
I try importing this and it says does not contain any public member or cannot be found!
Code:
Imports System.Xml
Thanks