Click here to Skip to main content
15,917,568 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralNetworked Application Pin
Alejandro K.2-Aug-04 5:05
Alejandro K.2-Aug-04 5:05 
GeneralRe: Networked Application Pin
Dave Kreskowiak2-Aug-04 10:58
mveDave Kreskowiak2-Aug-04 10:58 
GeneralConverting System Time to milliseconds Pin
Simon Kearn2-Aug-04 4:33
sussSimon Kearn2-Aug-04 4:33 
GeneralRe: Converting System Time to milliseconds Pin
Dave Kreskowiak3-Aug-04 5:45
mveDave Kreskowiak3-Aug-04 5:45 
GeneralRe: Converting System Time to milliseconds Pin
Simon Kearn5-Aug-04 0:05
sussSimon Kearn5-Aug-04 0:05 
GeneralRe: Converting System Time to milliseconds Pin
Dave Kreskowiak7-Aug-04 6:22
mveDave Kreskowiak7-Aug-04 6:22 
GeneralData Dictionary Pin
Britnt72-Aug-04 3:07
Britnt72-Aug-04 3:07 
Generalediting XML config file from within executing program Pin
Vineet Rajan2-Aug-04 1:57
Vineet Rajan2-Aug-04 1:57 
hi
i am writing an application which maintains records of several clients. Each client has different settings. This is maintained in a XML file. When the user wants to update the data of a particular client changes have for that client.

this is what my XML document looks like.

<?xml version="1.0" encoding="UTF-8"?>
<config>
<client name="Cadbury">
<mcastg>222.23.342.1</mcastg>

<port>2222</port>

<path>c:\</path>

<repeat>4</repeat>

<spawn>4</spawn>

<ttl />

<profile>Custom</profile>

<custom>
<bw>1200</bw>

<dgsize>1024</dgsize>
</custom>
</client>

<client name="dabur">
<mcastg>222.23.432.23</mcastg>

<port>3333</port>

<path>d:\</path>

<repeat>5</repeat>

<spawn>5</spawn>

<ttl>4</ttl>

<profile>High</profile>

<custom>
<bw />

<dgsize />
</custom>
</client>

<client name="Vineet Inc">
<mcastg>222.23.43.4323</mcastg>

<port>5555</port>

<path>e:\</path>

<repeat>10</repeat>

<spawn>1</spawn>

<ttl>4</ttl>

<profile>Low</profile>

<custom>
<bw />

<dgsize />
</custom>
</client>

<client name="ICICI">
<mcastg>223.533.456.234</mcastg>

<port>54334</port>

<path>e:\hello</path>

<repeat>10</repeat>

<spawn>45</spawn>

<ttl>4</ttl>

<profile>Low</profile>

<custom>
<bw />

<dgsize />
</custom>
</client>

<client name="Vikram">
<mcastg>223.533.456.234</mcastg>

<port>5433</port>

<path>d:\vineet</path>

<repeat>10</repeat>

<spawn>45</spawn>

<ttl>4</ttl>

<profile>High</profile>

<custom>
<bw />

<dgsize />
</custom>
</client>
</config>

say i want to edit the settings for ICICI, how do i do from within the executing program. please give proper code.

Thanks
GeneralRe: editing XML config file from within executing program Pin
Member 9041222-Aug-04 2:48
Member 9041222-Aug-04 2:48 
GeneralRe: editing XML config file from within executing program Pin
Vineet Rajan2-Aug-04 3:09
Vineet Rajan2-Aug-04 3:09 
GeneralDatagrid row color Pin
benjj1-Aug-04 7:40
benjj1-Aug-04 7:40 
GeneralRe: Datagrid row color Pin
Jay Shankar2-Aug-04 16:31
Jay Shankar2-Aug-04 16:31 
GeneralRe: Datagrid row color Pin
partt3-Aug-04 11:50
partt3-Aug-04 11:50 
GeneralExcel Report Created in VB.Net Pin
lxhan1-Aug-04 5:00
lxhan1-Aug-04 5:00 
QuestionHow to Hide Application from Task Manager Pin
Murtuza Husain Miyan Patel1-Aug-04 4:37
professionalMurtuza Husain Miyan Patel1-Aug-04 4:37 
AnswerRe: How to Hide Application from Task Manager Pin
Dave Kreskowiak1-Aug-04 17:04
mveDave Kreskowiak1-Aug-04 17:04 
AnswerRe: How to Hide Application from Task Manager Pin
s1ihome1-Aug-04 20:21
s1ihome1-Aug-04 20:21 
GeneralPlz Help me how to Hide Application from Task Manager Pin
Murtuza Husain Miyan Patel1-Aug-04 4:36
professionalMurtuza Husain Miyan Patel1-Aug-04 4:36 
GeneralRe: Plz Help me how to Hide Application from Task Manager Pin
Colin Angus Mackay1-Aug-04 22:31
Colin Angus Mackay1-Aug-04 22:31 
GeneralRe: Plz Help me how to Hide Application from Task Manager Pin
Tahseen Zindani2-Aug-04 23:33
sussTahseen Zindani2-Aug-04 23:33 
GeneralFile Download Trap Pin
Mega131-Jul-04 13:16
Mega131-Jul-04 13:16 
GeneralRe: File Download Trap Pin
Dave Kreskowiak1-Aug-04 4:09
mveDave Kreskowiak1-Aug-04 4:09 
GeneralRe: File Download Trap Pin
Mekong River1-Aug-04 4:27
Mekong River1-Aug-04 4:27 
GeneralVBA default parameters in EXcel Pin
Anonymous31-Jul-04 7:24
Anonymous31-Jul-04 7:24 
GeneralRe: VBA default parameters in EXcel Pin
Dave Kreskowiak1-Aug-04 4:19
mveDave Kreskowiak1-Aug-04 4:19 

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.