Click here to Skip to main content
15,915,093 members
Home / Discussions / C#
   

C#

 
GeneralRe: Using a #define from an unmanaged dll Pin
Andy Brummer25-Mar-04 9:28
sitebuilderAndy Brummer25-Mar-04 9:28 
GeneralStrongly typed hash-table Pin
peter271325-Mar-04 5:58
peter271325-Mar-04 5:58 
GeneralRe: Strongly typed hash-table Pin
Heath Stewart25-Mar-04 6:03
protectorHeath Stewart25-Mar-04 6:03 
GeneralRe: Strongly typed hash-table Pin
Andy Brummer25-Mar-04 9:31
sitebuilderAndy Brummer25-Mar-04 9:31 
GeneralCaption bar modifications Pin
Alex Korchemniy25-Mar-04 5:03
Alex Korchemniy25-Mar-04 5:03 
GeneralRe: Caption bar modifications Pin
Heath Stewart25-Mar-04 5:59
protectorHeath Stewart25-Mar-04 5:59 
GeneralRe: Caption bar modifications Pin
Dave Kreskowiak25-Mar-04 12:32
mveDave Kreskowiak25-Mar-04 12:32 
GeneralListbox in C# with XML Pin
bertcox25-Mar-04 2:32
bertcox25-Mar-04 2:32 
If i have an Xml-document like this:

<?xml version="1.0" standalone="yes"?>
<sessions version="1.0">
<session name="Development">
<parameters>
<developmentsession>true</developmentsession>
<rootdirectory>n:\realsoftware</rootdirectory>
<validoslist>win32</validoslist>
<propathunix />
<propathwin32>.,[rootdirectory]\usr\%username%,[rootdirectory]\fastforward\pvs100,[rootdirectory]\fastforward\pvs100\obj,[rootdirectory]\fastforward\pvs100\src,[rootdirectory]
</propathwin32>
</parameters>
</session>
<session name="AppserverDevelopment">
<parameters>
<developmentsession>true</developmentsession>
<rootdirectory>f:\pro.net\realsoftware</rootdirectory>
<validoslist>unix,win32</validoslist>
<propathunix>.,[rootdirectory]/usr/%username%,[rootdirectory],[rootdirectory]/start/general,[rootdirectory]/fastforward/ffw100/obj,[rootdirectory]/fastforward/ffw100/src
</propathunix>
<propathwin32/>
</parameters>
</session>
</sessions>

Now i want what is in propathunix in a listbox, but in the listbox [rootdirectory] must be changed in the actual directory.
Something like this
.
f:\pro.net\realsoftware/usr/%username%
f:\pro.net\realsoftware
f:\pro.net\realsoftware/start/general
f:\pro.net\realsoftware/fastforward/ffw100/obj
f:\pro.net\realsoftware/fastforward/ffw100/src

Anybody an idea how to get it like that?

Thx a lot in advance
GeneralRe: Listbox in C# with XML Pin
Heath Stewart25-Mar-04 4:49
protectorHeath Stewart25-Mar-04 4:49 
GeneralProcess.GetProcesses(string computerName) Pin
nilhz25-Mar-04 2:16
nilhz25-Mar-04 2:16 
GeneralRe: Process.GetProcesses(string computerName) Pin
Heath Stewart25-Mar-04 4:43
protectorHeath Stewart25-Mar-04 4:43 
GeneralError message that doesn't go away Pin
profoundwhispers24-Mar-04 23:38
profoundwhispers24-Mar-04 23:38 
GeneralRe: Error message that doesn't go away Pin
Dave Kreskowiak25-Mar-04 1:15
mveDave Kreskowiak25-Mar-04 1:15 
GeneralRe: Error message that doesn't go away Pin
Heath Stewart25-Mar-04 4:38
protectorHeath Stewart25-Mar-04 4:38 
GeneralUrgent :remoting callbacks Pin
rana7424-Mar-04 22:06
rana7424-Mar-04 22:06 
GeneralRe: Urgent :remoting callbacks Pin
Heath Stewart25-Mar-04 4:21
protectorHeath Stewart25-Mar-04 4:21 
GeneralAsynchronous Network Transfer Pin
sibish n b24-Mar-04 22:04
sibish n b24-Mar-04 22:04 
GeneralGenerate a Diagram from a Database, algorithms, approaches, tips... Pin
Braulio Dez24-Mar-04 21:12
Braulio Dez24-Mar-04 21:12 
Generalc# forms Pin
DougW4824-Mar-04 18:56
DougW4824-Mar-04 18:56 
GeneralRe: c# forms Pin
Heath Stewart24-Mar-04 20:16
protectorHeath Stewart24-Mar-04 20:16 
GeneralRe: c# forms Pin
DougW4825-Mar-04 0:02
DougW4825-Mar-04 0:02 
GeneralRe: c# forms Pin
Heath Stewart25-Mar-04 3:56
protectorHeath Stewart25-Mar-04 3:56 
GeneralRich Text Box (Visual c#.net) Pin
naresh_pandey1324-Mar-04 18:53
naresh_pandey1324-Mar-04 18:53 
GeneralRe: Rich Text Box (Visual c#.net) Pin
OmegaSupreme25-Mar-04 5:24
OmegaSupreme25-Mar-04 5:24 
GeneralRe: Rich Text Box (Visual c#.net) Pin
naresh_pandey1326-Mar-04 1:59
naresh_pandey1326-Mar-04 1:59 

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.