I currently use this to load an xml doc from disk:
dim si As New XMLDocument
si.Load(Application.StartupPath & "\sydata.syt")
How do I read this from a resource file instead?
Have tried many ways and cant figure out how.
dim si As New XMLDocument
si.Load(Application.StartupPath & "\sydata.syt")
How do I read this from a resource file instead?
Have tried many ways and cant figure out how.