Search results for query: *

  • Users: gekon
  • Order by date
  1. G

    How to load XML Document into Treeview Control?

    hi man! i am from serbia :) here is xml end image... p.s.kiss for macedonia!
  2. G

    How to load XML Document into Treeview Control?

    I write code like this imports System Imports System.Xml Public Class clsxml Public Shared File As String = "c:\Test_xml.xml" Public Shared xmlWriter As XmlTextWriter = New XmlTextWriter(File, Nothing) Public Shared Sub Getxml() With xmlWriter .Formatting =...
Back
Top