Click here to Skip to main content
15,893,190 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: what values should I use for my datatable? Pin
rajulama16-Apr-09 23:43
rajulama16-Apr-09 23:43 
GeneralRe: what values should I use for my datatable? Pin
Jay Royall17-Apr-09 0:46
Jay Royall17-Apr-09 0:46 
GeneralRe: what values should I use for my datatable? Pin
Johan Hakkesteegt17-Apr-09 0:51
Johan Hakkesteegt17-Apr-09 0:51 
QuestionHow to copy some files from one folder to other with multithreading in VB.NET? Pin
Hadi Basiri16-Apr-09 14:04
Hadi Basiri16-Apr-09 14:04 
AnswerRe: How to copy some files from one folder to other with multithreading in VB.NET? Pin
Christian Graus16-Apr-09 15:13
protectorChristian Graus16-Apr-09 15:13 
GeneralRe: How to copy some files from one folder to other with multithreading in VB.NET? Pin
CPallini16-Apr-09 21:56
mveCPallini16-Apr-09 21:56 
AnswerRe: How to copy some files from one folder to other with multithreading in VB.NET? Pin
Zaegra16-Apr-09 20:33
Zaegra16-Apr-09 20:33 
Questionload xml into text box Pin
kryan016-Apr-09 13:17
kryan016-Apr-09 13:17 
ok here is my code for loading the file
Imports System.Xml.XPath
Imports System.Xml.Linq
Imports System


Public Class Form1

      Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

            Dim xmldoc As XDocument = XDocument.Load("OpenFileDialog1.FileName")
            Dim
            OpenFileDialog1.Filter = "Xml (*.xml)|*.xml"
            OpenFileDialog1.ShowDialog()
            System.Xml.Linq.XDocument.Load(OpenFileDialog1.FileName)

      End Sub

End Class 


How do i load node text into text box from here

a simple xml file for testing here person.xml


<xml version="1.0" encoding="utf=8">
<person>
<fname>Keith</fname>
<lname>Ryan</lname>
</person>


thanks
AnswerRe: load xml into text box Pin
kryan016-Apr-09 13:18
kryan016-Apr-09 13:18 
GeneralRe: load xml into text box Pin
kryan016-Apr-09 13:18
kryan016-Apr-09 13:18 
AnswerRe: load xml into text box Pin
Zaegra16-Apr-09 20:26
Zaegra16-Apr-09 20:26 
QuestionRe: load xml into text box [modified] Pin
kryan017-Apr-09 4:25
kryan017-Apr-09 4:25 
AnswerRe: load xml into text box Pin
Christian Graus16-Apr-09 15:11
protectorChristian Graus16-Apr-09 15:11 
GeneralRe: load xml into text box Pin
kryan017-Apr-09 1:25
kryan017-Apr-09 1:25 
QuestionHelp Pin
mo1om116-Apr-09 11:38
mo1om116-Apr-09 11:38 
AnswerRe: Help Pin
Luc Pattyn16-Apr-09 11:51
sitebuilderLuc Pattyn16-Apr-09 11:51 
AnswerRe: Help Pin
Wes Aday16-Apr-09 12:06
professionalWes Aday16-Apr-09 12:06 
AnswerRe: Help Pin
Christian Graus16-Apr-09 12:25
protectorChristian Graus16-Apr-09 12:25 
GeneralRe: Help Pin
Dave Kreskowiak16-Apr-09 12:46
mveDave Kreskowiak16-Apr-09 12:46 
GeneralRe: Help Pin
Luc Pattyn16-Apr-09 13:33
sitebuilderLuc Pattyn16-Apr-09 13:33 
GeneralRe: Help Pin
Christian Graus16-Apr-09 14:53
protectorChristian Graus16-Apr-09 14:53 
JokeRe: Help Pin
Zaegra16-Apr-09 20:29
Zaegra16-Apr-09 20:29 
GeneralRe: Help Pin
Jay Royall16-Apr-09 21:56
Jay Royall16-Apr-09 21:56 
AnswerRe: Help Pin
CPallini16-Apr-09 12:47
mveCPallini16-Apr-09 12:47 
GeneralRe: Help Pin
0x3c017-Apr-09 0:38
0x3c017-Apr-09 0:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.