最新下载
热门教程
- 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
相关文章
- 如何用按键精灵制作鼠标连点 04-07
- 差差漫画页面登录升级-差差漫画网页弹窗更新优化 04-07
- 微信文件传输助手-网页版在线免下载使用入口 04-07
- 抖音私信怎么筛选内容 04-07
- outlook邮箱登录-微软官方outlook登录入口 04-07
- 中免海南app如何绑定手机号 04-07