-
Replied To a Post in set icon for nodes in XMLTreeView via XML-File (vb.net)
I don´t know why, but the images for each nodes are allways the same. I tried by the taking the whole path to the icon/png in the xml and i … -
Replied To a Post in set icon for nodes in XMLTreeView via XML-File (vb.net)
Yes, you can see for Example at "Programm Visual Studio" <-- "Programm" = node-name ; "Visual Studio" = node-text. Normaly in TreeViews only node-text is shown. -
Replied To a Post in set icon for nodes in XMLTreeView via XML-File (vb.net)
Something more goes wrong now ;-) 1) here is my xml. the path to the executable is in there. <?xml version="1.0" encoding="UTF-8"?> <Programme> <Feld Icon="Folder.ico">Feld 1<VisualStudio Path="C:\Program Files (x86)\Microsoft Visual … -
Replied To a Post in set icon for nodes in XMLTreeView via XML-File (vb.net)
2 more Questions : 1. It creates also a separate node for Node Name and Node Text. But normaly it should only show one node with only the node text... … -
Replied To a Post in set icon for nodes in XMLTreeView via XML-File (vb.net)
2 more Questions : 1. It creates also a separate node for Node Name and Node Text. But normaly it should only show one node with only the node text... … -
Replied To a Post in set icon for nodes in XMLTreeView via XML-File (vb.net)
I got one more problem with my XML-File or TreeView : If I create the xml-file it looks all right.  If I start my program there are more … -
Replied To a Post in set icon for nodes in XMLTreeView via XML-File (vb.net)
Yeah thank you very much. You made my day!!! -
Replied To a Post in set icon for nodes in XMLTreeView via XML-File (vb.net)
I get an error : "BaseStream is not a Member of System.IO.FileStream" Private Sub LoadXML() Try ' Get Xml's file stream. Dim vPath() As String = Split(Application.ExecutablePath, "\") vPath(vPath.Length - … -
Replied To a Post in set icon for nodes in XMLTreeView via XML-File (vb.net)
I compiled it in vs. then I copy my exe-File in another folder. After this i started the application, it used the XML-File from inside the application and it created … -
Replied To a Post in set icon for nodes in XMLTreeView via XML-File (vb.net)
Thank you, it works. But now i got my next question : If I do it like this, i can only change the code in the XML-File in my application … -
Replied To a Post in set icon for nodes in XMLTreeView via XML-File (vb.net)
ok, if i copy your code and create a xml named "XMLFile1.xml" with your xml-code too, it is still the same Errormessage. But which value is it? -
Replied To a Post in set icon for nodes in XMLTreeView via XML-File (vb.net)
I tried both codes. But, i get always at startup the messagebox with the error "the value should not be 0" (it is my translation in english, because i got … -
Replied To a Post in set icon for nodes in XMLTreeView via XML-File (vb.net)
I know, but i don´t know how to copy the images to an ImageList and assign to the TreeView.ImageList property by my code... -
Created set icon for nodes in XMLTreeView via XML-File (vb.net)
Hello, I´m not a professional in vb.net, but i try to make a tool for my colleague and me. I got a XMLTreeView on my form and i load a … -
Began Watching set icon for nodes in XMLTreeView via XML-File (vb.net)
Hello, I´m not a professional in vb.net, but i try to make a tool for my colleague and me. I got a XMLTreeView on my form and i load a …
The End.