Click here to Skip to main content
15,889,281 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: API Calls or VB.NET Code Pin
Niels Penneman9-Jan-04 7:14
Niels Penneman9-Jan-04 7:14 
GeneralRe: API Calls or VB.NET Code Pin
Niels Penneman9-Jan-04 7:15
Niels Penneman9-Jan-04 7:15 
GeneralDataGrid Text Wrap Pin
betterc29-Dec-03 5:57
betterc29-Dec-03 5:57 
GeneralRe: DataGrid Text Wrap Pin
Bernhard Hofmann13-Feb-04 1:01
Bernhard Hofmann13-Feb-04 1:01 
GeneralRe: DataGrid Text Wrap Pin
Bernhard Hofmann13-Feb-04 1:24
Bernhard Hofmann13-Feb-04 1:24 
GeneralRe: DataGrid Text Wrap Pin
Bernhard Hofmann25-Feb-04 0:46
Bernhard Hofmann25-Feb-04 0:46 
Generalerror of define a instance Pin
Frank Fan28-Dec-03 21:54
Frank Fan28-Dec-03 21:54 
QuestionHow to use array update the xml file?███ Pin
nichen100128-Dec-03 13:43
nichen100128-Dec-03 13:43 
there is a xml file: price.xml
<price>
<comdt>
<Tname id=0>AAA</Tname>
<Tprice>0</Tprice>
</comdt>
<comdt>
<Tname id=1>BBB</Tname>
<Tprice>0</Tprice>
</comdt>
</price>

the price is null,
now I have a array,arrprice(i),
arrprice(0) is AAA's price,
arrprice(1) is BBB's price,
How to use the arrprice(i) update the xml file?

I tried this way,

For x = 0 To 1
Set objprice = objDom.SelectSingleNode("//price/comdt"&[x]&"/Tprice")
objprice.Text = arrprice(x)

but it doesn't work.
Smile | :) Thank you!
GeneralHelp w/ loop &amp; directing data to field Pin
tiffanydw28-Dec-03 10:29
tiffanydw28-Dec-03 10:29 
GeneralRe: Help w/ loop &amp; directing data to field Pin
elRaptor29-Dec-03 8:12
elRaptor29-Dec-03 8:12 
GeneralRe: Help w/ loop &amp; directing data to field Pin
tiffanydw30-Dec-03 5:20
tiffanydw30-Dec-03 5:20 
GeneralNotifyIcon in .net service Pin
mosquitooth28-Dec-03 9:10
mosquitooth28-Dec-03 9:10 
GeneralRe: NotifyIcon in .net service Pin
Ray Cassick29-Dec-03 3:40
Ray Cassick29-Dec-03 3:40 
GeneralTimer Controll IN VB Pin
livega28-Dec-03 2:05
livega28-Dec-03 2:05 
GeneralRe: Timer Controll IN VB Pin
Hesham Amin28-Dec-03 23:56
Hesham Amin28-Dec-03 23:56 
GeneralRe: Timer Controll IN VB Pin
Dave Kreskowiak29-Dec-03 7:21
mveDave Kreskowiak29-Dec-03 7:21 
GeneralRemoving selected text Pin
compukeith28-Dec-03 0:39
compukeith28-Dec-03 0:39 
GeneralRe: Removing selected text Pin
skrtbh28-Dec-03 8:07
skrtbh28-Dec-03 8:07 
GeneralRe: Removing selected text Pin
compukeith28-Dec-03 14:23
compukeith28-Dec-03 14:23 
GeneralRe: Removing selected text Pin
skrtbh29-Dec-03 9:05
skrtbh29-Dec-03 9:05 
GeneralRe: Removing selected text Pin
compukeith29-Dec-03 11:30
compukeith29-Dec-03 11:30 
GeneralRe: Removing selected text Pin
skrtbh29-Dec-03 9:11
skrtbh29-Dec-03 9:11 
GeneralRe: Removing selected text Pin
compukeith29-Dec-03 12:01
compukeith29-Dec-03 12:01 
GeneralRe: Removing selected text Pin
skrtbh30-Dec-03 7:28
skrtbh30-Dec-03 7:28 
GeneralRe: Removing selected text Pin
compukeith30-Dec-03 7:57
compukeith30-Dec-03 7:57 

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.