Click here to Skip to main content
16,005,149 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: auto Launch after install vb.net Pin
Anonymous13-Oct-04 11:16
Anonymous13-Oct-04 11:16 
Questiondata grid? Pin
unambiguos13-Oct-04 4:09
unambiguos13-Oct-04 4:09 
AnswerRe: data grid? Pin
Mekong River13-Oct-04 4:14
Mekong River13-Oct-04 4:14 
GeneralRe: data grid? Pin
unambiguos13-Oct-04 20:46
unambiguos13-Oct-04 20:46 
GeneralRe: data grid? Pin
Mekong River14-Oct-04 17:06
Mekong River14-Oct-04 17:06 
GeneralWriting DirectoryInfo() to XML File Pin
cwayman12-Oct-04 22:06
cwayman12-Oct-04 22:06 
GeneralRe: Writing DirectoryInfo() to XML File Pin
J4amieC13-Oct-04 2:02
J4amieC13-Oct-04 2:02 
GeneralRe: Writing DirectoryInfo() to XML File Pin
cwayman13-Oct-04 21:58
cwayman13-Oct-04 21:58 
Hey Jamie,

Your help proved real usefull, I have got it working writing dir structure to xml. I changed my schema though to:

<category label="Directory Name">
<file>
<name>Test1</name>
<path>C:\Test1</path>
<file>
<category label="Sub Category">
<file>
<name>Test2</name>
<path>C:\Test2</path>
<file>
</category>
</category>

The only problems i seem to be having now is recursing through the XML document to add nodes to tree view so the category attributes are the Parent and child tree nodes and the <file> <name> information is the files within either nodes.

So for example from the above XML

Directory Name
- Sub Category
- Test2
- Test1

Any help would also be appreciated on this matter, thanks very much for your effort so far.

Kind regards

Chris
GeneralRe: Writing DirectoryInfo() to XML File Pin
cwayman14-Oct-04 3:29
cwayman14-Oct-04 3:29 
GeneralSaving ,Deleting ,Editing PDF forms in DOT NET Pin
anujohn12-Oct-04 19:51
anujohn12-Oct-04 19:51 
GeneralRe: Saving ,Deleting ,Editing PDF forms in DOT NET Pin
Colin Angus Mackay13-Oct-04 0:04
Colin Angus Mackay13-Oct-04 0:04 
GeneralRe: Saving ,Deleting ,Editing PDF forms in DOT NET Pin
anujohn13-Oct-04 0:22
anujohn13-Oct-04 0:22 
GeneralRe: Saving ,Deleting ,Editing PDF forms in DOT NET Pin
Colin Angus Mackay13-Oct-04 0:47
Colin Angus Mackay13-Oct-04 0:47 
GeneralRe: Saving ,Deleting ,Editing PDF forms in DOT NET Pin
Dave Kreskowiak13-Oct-04 2:55
mveDave Kreskowiak13-Oct-04 2:55 
QuestionHow to Import C++ Dll into VB.NET Code ? Pin
Amarelia12-Oct-04 19:25
Amarelia12-Oct-04 19:25 
Generalregistry monitor in vb.net Pin
addicktz12-Oct-04 19:20
addicktz12-Oct-04 19:20 
GeneralRe: registry monitor in vb.net Pin
Gavin Jeffrey12-Oct-04 23:53
Gavin Jeffrey12-Oct-04 23:53 
GeneralRe: registry monitor in vb.net Pin
addicktz13-Oct-04 6:22
addicktz13-Oct-04 6:22 
GeneralRe: registry monitor in vb.net Pin
Colin Angus Mackay13-Oct-04 6:38
Colin Angus Mackay13-Oct-04 6:38 
GeneralRe: registry monitor in vb.net Pin
addicktz13-Oct-04 9:14
addicktz13-Oct-04 9:14 
GeneralPropertygrid and listbox value and changing property description runtime Pin
David M J12-Oct-04 12:16
David M J12-Oct-04 12:16 
Generalvb.net / Crystal Report Pin
partt12-Oct-04 8:30
partt12-Oct-04 8:30 
GeneralRe: vb.net / Crystal Report Pin
Dave Kreskowiak12-Oct-04 9:02
mveDave Kreskowiak12-Oct-04 9:02 
GeneralAppend to a string Pin
Brad Fackrell12-Oct-04 6:06
Brad Fackrell12-Oct-04 6:06 
GeneralRe: Append to a string Pin
Colin Angus Mackay12-Oct-04 6:27
Colin Angus Mackay12-Oct-04 6:27 

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.