最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
vb.net 读写xml方法(1)
时间:2022-07-02 11:15:13 编辑:袖梨 来源:一聚教程网
Dim domXmlDocument As System.Xml.XmlDocument
Dim tmpPath As String = AppTempFilePath
Dim xmlFile As String = tmpPath + " estXml.xml"
窗体加载事件
Private Sub TestXml_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
读xml过程测试通过
Dim domXmlDocument As System.Xml.XmlDocument
Dim tmpPath As String = AppTempFilePath
Dim xmlFile As String = tmpPath + " estXml.xml"
Dim reader As System.Xml.XmlReader = Nothing
Try
reader = New Xml.XmlTextReader(xmlFile)
reader.
While reader.Read
Me.lboxXml.Items.Add(reader.Name + reader.Value)
End While
Catch ex As Exception
Dim tmpPath As String = AppTempFilePath
Dim xmlFile As String = tmpPath + " estXml.xml"
窗体加载事件
Private Sub TestXml_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
读xml过程测试通过
Dim domXmlDocument As System.Xml.XmlDocument
Dim tmpPath As String = AppTempFilePath
Dim xmlFile As String = tmpPath + " estXml.xml"
Dim reader As System.Xml.XmlReader = Nothing
Try
reader = New Xml.XmlTextReader(xmlFile)
reader.
While reader.Read
Me.lboxXml.Items.Add(reader.Name + reader.Value)
End While
Catch ex As Exception
相关文章
- 巨神军师蜀国核心阵容是什么 12-10
- 阿凡达潘多拉边境萌芽守护者全收集攻略 菌丝网络位置大全 12-10
- 夜幕之下提线人队伍如何搭配 12-10
- 阿凡达潘多拉边境怎么收武器 武器收回按键介绍 12-10
- 阿凡达潘多拉边境数据采集站位置全收集攻略 12-10
- 暗喻幻想全角色介绍 全人物图鉴一览 12-10