Click here to Skip to main content
15,913,685 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Testing if a varible is null Pin
RachelSo4-Feb-10 8:08
RachelSo4-Feb-10 8:08 
GeneralRe: Testing if a varible is null Pin
Thomas Krojer4-Feb-10 21:47
Thomas Krojer4-Feb-10 21:47 
QuestionHow do I update a progress bar that I create at runtime. Pin
castingflame3-Feb-10 7:16
castingflame3-Feb-10 7:16 
AnswerRe: How do I update a progress bar that I create at runtime. Pin
Luc Pattyn3-Feb-10 7:37
sitebuilderLuc Pattyn3-Feb-10 7:37 
AnswerRe: How do I update a progress bar that I create at runtime. Pin
William Winner4-Feb-10 7:23
William Winner4-Feb-10 7:23 
GeneralRe: How do I update a progress bar that I create at runtime. Pin
David Skelly4-Feb-10 22:34
David Skelly4-Feb-10 22:34 
QuestionSchema.Add returns Illegal characters in path. Pin
c_crookston3-Feb-10 6:16
c_crookston3-Feb-10 6:16 
AnswerRe: Schema.Add returns Illegal characters in path. Pin
c_crookston3-Feb-10 6:29
c_crookston3-Feb-10 6:29 
Oops! I just looked at my stack trace a little more closely, and I see that the actual error is here:

Dim reader As XmlReader = XmlReader.Create(xml)


On XmlReader.Create, Overload 4 will accept the parameter as System.IO.Stream. I take it a string of XML won't work? How would I convert a string to a stream, and them use it create the XML reader.

Or better yet, this is what I am really trying to do: Validate an object against an XSD. There never is an XML file, just an memory resident object. Is there a better way to approach this?

Thanks!
QuestionCan not set the name property of a timer at runtime - VB.NET Pin
castingflame3-Feb-10 2:07
castingflame3-Feb-10 2:07 
AnswerRe: Can not set the name property of a timer at runtime - VB.NET Pin
Covean3-Feb-10 2:34
Covean3-Feb-10 2:34 
AnswerRe: Can not set the name property of a timer at runtime - VB.NET Pin
Luc Pattyn3-Feb-10 2:34
sitebuilderLuc Pattyn3-Feb-10 2:34 
AnswerRe: Can not set the name property of a timer at runtime - VB.NET Pin
DaveAuld3-Feb-10 2:36
professionalDaveAuld3-Feb-10 2:36 
AnswerRe: Can not set the name property of a timer at runtime - VB.NET Pin
dan!sh 3-Feb-10 2:42
professional dan!sh 3-Feb-10 2:42 
AnswerRe: Can not set the name property of a timer at runtime - VB.NET Pin
Wayne Gaylard3-Feb-10 3:03
professionalWayne Gaylard3-Feb-10 3:03 
AnswerRe: Can not set the name property of a timer at runtime - VB.NET Pin
Dave Kreskowiak3-Feb-10 3:29
mveDave Kreskowiak3-Feb-10 3:29 
GeneralRe: Can not set the name property of a timer at runtime - VB.NET Pin
castingflame3-Feb-10 7:01
castingflame3-Feb-10 7:01 
GeneralRe: Can not set the name property of a timer at runtime - VB.NET Pin
Paul Roseby3-Feb-10 10:25
Paul Roseby3-Feb-10 10:25 
GeneralRe: Can not set the name property of a timer at runtime - VB.NET Pin
Paul Roseby3-Feb-10 10:28
Paul Roseby3-Feb-10 10:28 
QuestionListView: How to link columnheader into subitem Pin
jtpaa2-Feb-10 23:44
jtpaa2-Feb-10 23:44 
AnswerRe: ListView: How to link columnheader into subitem Pin
DaveAuld3-Feb-10 0:41
professionalDaveAuld3-Feb-10 0:41 
AnswerRe: ListView: How to link columnheader into subitem Pin
DaveAuld3-Feb-10 1:06
professionalDaveAuld3-Feb-10 1:06 
GeneralRe: ListView: How to link columnheader into subitem Pin
jtpaa3-Feb-10 1:29
jtpaa3-Feb-10 1:29 
AnswerRe: ListView: How to link columnheader into subitem Pin
DaveAuld3-Feb-10 2:31
professionalDaveAuld3-Feb-10 2:31 
GeneralRe: ListView: How to link columnheader into subitem Pin
jtpaa3-Feb-10 2:54
jtpaa3-Feb-10 2:54 
GeneralRe: ListView: How to link columnheader into subitem Pin
DaveAuld3-Feb-10 3:00
professionalDaveAuld3-Feb-10 3:00 

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.