Click here to Skip to main content
15,890,825 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: progam of checkbox PinPopular
_Erik_11-Nov-10 1:24
_Erik_11-Nov-10 1:24 
GeneralRe: progam of checkbox Pin
Assinateq14-Nov-10 23:06
Assinateq14-Nov-10 23:06 
GeneralRe: progam of checkbox Pin
_Erik_15-Nov-10 5:30
_Erik_15-Nov-10 5:30 
GeneralRe: progam of checkbox Pin
Assinateq15-Nov-10 14:31
Assinateq15-Nov-10 14:31 
Questionlet captured temperature store in limited database slot and run in loop Pin
kun8510-Nov-10 19:00
kun8510-Nov-10 19:00 
AnswerRe: let captured temperature store in limited database slot and run in loop Pin
Luc Pattyn11-Nov-10 0:08
sitebuilderLuc Pattyn11-Nov-10 0:08 
AnswerRe: let captured temperature store in limited database slot and run in loop Pin
kun8511-Nov-10 16:02
kun8511-Nov-10 16:02 
QuestionEmbedded Resource xml help. [modified] Pin
crain198110-Nov-10 14:03
crain198110-Nov-10 14:03 
'Dim xmlfile As Stream = My.Resources.ResourceManager.GetStream("xxxx.xml")
       Dim reader As New StringReader(My.Resources.ResourceManager.GetString("xxxx.xml"))
       'fills datagridview with xml information'
       Dim xdoc As XmlDocument = New XmlDocument
       xdoc.Load(reader.ReadToEnd())


I need some help finding a solution to the code above. I'm using an embedded resource xml file. It comes up as null every time. Are there any suggestions on what to do in this situation or should I take another route.

modified on Wednesday, November 10, 2010 8:13 PM

AnswerRe: Embedded Resource xml help. Pin
_Erik_11-Nov-10 1:16
_Erik_11-Nov-10 1:16 
GeneralRe: Embedded Resource xml help. Pin
crain198111-Nov-10 12:49
crain198111-Nov-10 12:49 
GeneralRe: Embedded Resource xml help. Pin
Dave Kreskowiak11-Nov-10 12:54
mveDave Kreskowiak11-Nov-10 12:54 
GeneralRe: Embedded Resource xml help. Pin
_Erik_11-Nov-10 13:20
_Erik_11-Nov-10 13:20 
GeneralRe: Embedded Resource xml help. Pin
crain198111-Nov-10 13:23
crain198111-Nov-10 13:23 
GeneralRe: Embedded Resource xml help. Pin
_Erik_11-Nov-10 13:58
_Erik_11-Nov-10 13:58 
QuestionApplication Security - Advice Pin
Simon_Whale10-Nov-10 5:32
Simon_Whale10-Nov-10 5:32 
AnswerRe: Application Security - Advice Pin
_Erik_10-Nov-10 6:59
_Erik_10-Nov-10 6:59 
GeneralRe: Application Security - Advice [modified] Pin
Simon_Whale10-Nov-10 9:06
Simon_Whale10-Nov-10 9:06 
AnswerRe: Application Security - Advice Pin
Dave Kreskowiak10-Nov-10 7:30
mveDave Kreskowiak10-Nov-10 7:30 
GeneralRe: Application Security - Advice Pin
Simon_Whale10-Nov-10 9:03
Simon_Whale10-Nov-10 9:03 
AnswerRe: Application Security - Advice Pin
Eddy Vluggen10-Nov-10 7:43
professionalEddy Vluggen10-Nov-10 7:43 
AnswerRe: Application Security - Advice Pin
vbjay.net11-Nov-10 3:08
vbjay.net11-Nov-10 3:08 
AnswerRe: Application Security - Advice Pin
Cameron Marsden11-Nov-10 10:26
Cameron Marsden11-Nov-10 10:26 
GeneralRe: Application Security - Advice Pin
Kirk Wood11-Nov-10 17:10
Kirk Wood11-Nov-10 17:10 
GeneralRe: Application Security - Advice Pin
Simon_Whale11-Nov-10 21:57
Simon_Whale11-Nov-10 21:57 
QuestionHelp on vb6 and .dll Pin
blurboy10-Nov-10 4:31
blurboy10-Nov-10 4:31 

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.