Click here to Skip to main content
15,908,901 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: auto Launch after install vb.net Pin
Anonymous13-Oct-04 9:07
Anonymous13-Oct-04 9:07 
GeneralRe: auto Launch after install vb.net Pin
Steve6913-Oct-04 23:26
Steve6913-Oct-04 23:26 
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 
Hey,

Using the FolderBrowserDialog i select a folder. From here i want to recurse through this folder and add it (and all its subfolders and files) to an XML file so it can then populate a treeeview.

I am having trouble recursing the Folders and files in to the correct xml nodes during the recursion.

I am using structure:

<category>
<name></name>
<file>
<name></name>
<path></path>
</file>
</category>

And for Sub Folders

<category>
<name></name>
<file>
<name></name>
<path></path>
</file>

<category>
<name></name>
<file>
<name></name>
<path></path>
</file>
</category>
</category>

Any help or tip or links would be very helpful

thanks for your time

Chris
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 
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 

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.