Click here to Skip to main content
15,898,134 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: can't load text to a form from a file Pin
Christian Graus13-May-08 11:52
protectorChristian Graus13-May-08 11:52 
AnswerRe: can't load text to a form from a file Pin
Ed.Poore13-May-08 13:19
Ed.Poore13-May-08 13:19 
Questionstring checking Pin
asha_s13-May-08 7:45
asha_s13-May-08 7:45 
AnswerRe: string checking Pin
C1AllenS13-May-08 8:27
C1AllenS13-May-08 8:27 
GeneralRe: string checking Pin
asha_s13-May-08 9:10
asha_s13-May-08 9:10 
QuestionvbScript - I want to know howe I declare a Public variabel... [modified] Pin
keda13-May-08 5:07
keda13-May-08 5:07 
Questionxml in .net Pin
subbu.sk13-May-08 4:40
subbu.sk13-May-08 4:40 
AnswerRe: xml in .net Pin
Christian Graus13-May-08 11:54
protectorChristian Graus13-May-08 11:54 
Load the XML into the XmlDocument class. This impliments the standard W3C DOM for accessing XML. Then you can do something like

doc.SelectNodes("/Gateway/URL")

to get a collection of the URL nodes, which you can then iterate over and examine. The language used to selecte nodes is called XPath.

Christian Graus

Please read this if you don't understand the answer I've given you

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

QuestionCommunication between multiple instances of a program with Shared members and events Pin
bixtra13-May-08 4:27
bixtra13-May-08 4:27 
AnswerRe: Communication between multiple instances of a program with Shared members and events Pin
Christian Graus13-May-08 11:54
protectorChristian Graus13-May-08 11:54 
GeneralRe: Communication between multiple instances of a program with Shared members and events Pin
bixtra13-May-08 20:35
bixtra13-May-08 20:35 
QuestionConvert RTF to PDF programmatically Pin
quioske13-May-08 2:08
quioske13-May-08 2:08 
AnswerRe: Convert RTF to PDF programmatically Pin
Ed.Poore13-May-08 13:17
Ed.Poore13-May-08 13:17 
QuestionRow header Numbering Pin
Mohammad Al Hoss13-May-08 1:19
Mohammad Al Hoss13-May-08 1:19 
AnswerRe: Row header Numbering Pin
Rupesh Kumar Swami13-May-08 1:38
Rupesh Kumar Swami13-May-08 1:38 
GeneralRe: Row header Numbering Pin
Mohammad Al Hoss13-May-08 2:02
Mohammad Al Hoss13-May-08 2:02 
QuestionVB.NET Pin
monika_vasvani12-May-08 23:43
monika_vasvani12-May-08 23:43 
AnswerRe: VB.NET Pin
Christian Graus13-May-08 0:03
protectorChristian Graus13-May-08 0:03 
AnswerRe: VB.NET Pin
jhoga13-May-08 3:07
jhoga13-May-08 3:07 
QuestionVBA Help, just a quicky [modified] Pin
harveyhanson12-May-08 22:50
harveyhanson12-May-08 22:50 
AnswerRe: VBA Help, just a quicky Pin
ChandraRam13-May-08 2:46
ChandraRam13-May-08 2:46 
QuestionEvents handling Pin
Chaitanya kumar CVSS12-May-08 22:11
Chaitanya kumar CVSS12-May-08 22:11 
AnswerRe: Events handling Pin
Christian Graus12-May-08 22:27
protectorChristian Graus12-May-08 22:27 
Questionwebcam motion detector (frame comparison help) Pin
mark duatin12-May-08 19:40
mark duatin12-May-08 19:40 
AnswerRe: webcam motion detector (frame comparison help) Pin
Christian Graus12-May-08 23:13
protectorChristian Graus12-May-08 23:13 

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.