Search results for query: *

  1. F

    Combobox and XML (dom)

    I have a class that stores my XML object. Private Shared xmlDoc As XmlDocument Public Shared Property Products() As XmlDocument Get If xmlDoc Is Nothing Then Dim xmlFile As String = xmlLocation() Dim xmlDoc As XmlDocument...
  2. F

    Software Design Question

    I am building a application that uses XML data to display prducts. Currently, I have a class that holds the XML data. Imports System.Xml Public Class Settings Private Shared xmlDoc As XmlDocument Public Shared Property Products() As XmlDocument Get If xmlDoc Is...
Back
Top