Click here to Skip to main content
15,900,461 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionFile Transfer from PPC Pin
Dominick Marciano10-Feb-10 9:28
professionalDominick Marciano10-Feb-10 9:28 
Questionclient in same lan help me Pin
Cosby10-Feb-10 5:26
Cosby10-Feb-10 5:26 
AnswerRe: client in same lan help me Pin
Eddy Vluggen10-Feb-10 21:49
professionalEddy Vluggen10-Feb-10 21:49 
GeneralRe: client in same lan help me Pin
Cosby10-Feb-10 21:54
Cosby10-Feb-10 21:54 
QuestionWake On Lan HELP Pin
Cosby10-Feb-10 5:25
Cosby10-Feb-10 5:25 
QuestionObject null reference exception Pin
ademsandeepreddy10-Feb-10 2:48
ademsandeepreddy10-Feb-10 2:48 
AnswerRe: Object null reference exception Pin
dan!sh 10-Feb-10 2:51
professional dan!sh 10-Feb-10 2:51 
GeneralObject null reference exception Pin
ademsandeepreddy10-Feb-10 3:08
ademsandeepreddy10-Feb-10 3:08 
sorry here is the code
Private Sub tvXmlTree_AfterSelect(ByVal sender As System.Object, ByVal e As System.Windows.Forms.TreeViewEventArgs) Handles tvXmlTree.AfterSelect
xNode = DirectCast(tvXmlTree.SelectedNode.Tag, XmlNode)
Me.txtContent.Text = xNode.InnerXml
End Sub
here i am using treeview control i had to get the xml from node node selected i am getting null reference exception at the
innerxml

Thanks and regards
SANDEEP ADEM
hi

GeneralRe: Object null reference exception Pin
dan!sh 10-Feb-10 3:53
professional dan!sh 10-Feb-10 3:53 
GeneralRe: Object null reference exception Pin
William Winner10-Feb-10 6:03
William Winner10-Feb-10 6:03 
GeneralRe: Object null reference exception Pin
ademsandeepreddy10-Feb-10 6:48
ademsandeepreddy10-Feb-10 6:48 
GeneralRe: Object null reference exception Pin
rhuiden10-Feb-10 6:25
rhuiden10-Feb-10 6:25 
GeneralRe: Object null reference exception Pin
William Winner10-Feb-10 6:59
William Winner10-Feb-10 6:59 
GeneralRe: Object null reference exception Pin
rhuiden10-Feb-10 7:21
rhuiden10-Feb-10 7:21 
RantRe: Object null reference exception Pin
William Winner10-Feb-10 6:17
William Winner10-Feb-10 6:17 
QuestionFilter between date Pin
akosidandan9-Feb-10 21:09
akosidandan9-Feb-10 21:09 
AnswerRe: Filter between date Pin
thatraja9-Feb-10 22:07
professionalthatraja9-Feb-10 22:07 
GeneralRe: Filter between date Pin
akosidandan10-Feb-10 2:12
akosidandan10-Feb-10 2:12 
AnswerRe: Filter between date Pin
thatraja10-Feb-10 2:16
professionalthatraja10-Feb-10 2:16 
AnswerRe: Filter between date Pin
εїзεїзεїз10-Feb-10 1:20
εїзεїзεїз10-Feb-10 1:20 
QuestionHow to add app.config for Visual Basic Application Pin
ramdili9-Feb-10 4:42
ramdili9-Feb-10 4:42 
AnswerRe: How to add app.config for Visual Basic Application Pin
Dave Kreskowiak9-Feb-10 5:38
mveDave Kreskowiak9-Feb-10 5:38 
AnswerRe: How to add app.config for Visual Basic Application Pin
εїзεїзεїз10-Feb-10 1:28
εїзεїзεїз10-Feb-10 1:28 
Questionvb6 to vb.net conversion problem in excel Pin
D.Manivelan8-Feb-10 20:12
D.Manivelan8-Feb-10 20:12 
AnswerRe: vb6 to vb.net conversion problem in excel Pin
TheComputerMan9-Feb-10 1:05
TheComputerMan9-Feb-10 1:05 

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.