Click here to Skip to main content
15,888,454 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionSet app reference with config Pin
BobbyStrain25-Oct-14 14:51
BobbyStrain25-Oct-14 14:51 
AnswerRe: Set app reference with config Pin
Dave Kreskowiak25-Oct-14 16:58
mveDave Kreskowiak25-Oct-14 16:58 
GeneralRe: Set app reference with config Pin
BobbyStrain27-Oct-14 6:16
BobbyStrain27-Oct-14 6:16 
GeneralRe: Set app reference with config Pin
i006-Nov-14 13:14
i006-Nov-14 13:14 
GeneralRe: Set app reference with config Pin
BobbyStrain6-Nov-14 15:06
BobbyStrain6-Nov-14 15:06 
QuestionNew Project Idea for Learning VB.Net Pin
Brian Lefler25-Oct-14 9:14
Brian Lefler25-Oct-14 9:14 
GeneralRe: New Project Idea for Learning VB.Net Pin
PIEBALDconsult25-Oct-14 10:05
mvePIEBALDconsult25-Oct-14 10:05 
GeneralRe: New Project Idea for Learning VB.Net Pin
Brian Lefler25-Oct-14 17:32
Brian Lefler25-Oct-14 17:32 
Great! Thanks. I was trying to figure out how to use an xml document to store the data, but cannot find any examples that use the same class methods to both create, and modify existing documents. I found references to xmlWriter for creating the XML, and xmlDocument to modify existing. I am trying to find something that will give an example to say;

Dim filepath as String = "C:\TestXML"

If File.Exists(filepath) = False) Then
'I need to know best practice to create the file here. What class, methods, etc...
Else
'I need to know best practice to edit the existing file. I mainly need an example of how to add
an additional node name/value pair here.
Endif

Is this something you can help with, or maybe provide an example? I appreciate everything.
GeneralRe: New Project Idea for Learning VB.Net Pin
Richard MacCutchan25-Oct-14 22:20
mveRichard MacCutchan25-Oct-14 22:20 
GeneralRe: New Project Idea for Learning VB.Net Pin
Brian Lefler26-Oct-14 3:56
Brian Lefler26-Oct-14 3:56 
GeneralRe: New Project Idea for Learning VB.Net Pin
Richard MacCutchan26-Oct-14 4:34
mveRichard MacCutchan26-Oct-14 4:34 
GeneralRe: New Project Idea for Learning VB.Net Pin
Brian Lefler26-Oct-14 4:46
Brian Lefler26-Oct-14 4:46 
QuestionHelp in converting this to vb if possible Pin
jkirkerx23-Oct-14 7:26
professionaljkirkerx23-Oct-14 7:26 
AnswerI think I got it Pin
jkirkerx23-Oct-14 7:42
professionaljkirkerx23-Oct-14 7:42 
GeneralRe: I think I got it Pin
Dave Kreskowiak23-Oct-14 9:44
mveDave Kreskowiak23-Oct-14 9:44 
GeneralRe: I think I got it Pin
Richard Deeming23-Oct-14 10:02
mveRichard Deeming23-Oct-14 10:02 
GeneralRe: I think I got it Pin
Dave Kreskowiak23-Oct-14 10:04
mveDave Kreskowiak23-Oct-14 10:04 
GeneralRe: I think I got it Pin
Richard Deeming23-Oct-14 10:07
mveRichard Deeming23-Oct-14 10:07 
GeneralRe: I think I got it Pin
jkirkerx23-Oct-14 10:27
professionaljkirkerx23-Oct-14 10:27 
GeneralRe: I think I got it Pin
Dave Kreskowiak23-Oct-14 15:06
mveDave Kreskowiak23-Oct-14 15:06 
GeneralRe: I think I got it Pin
Richard Deeming24-Oct-14 1:37
mveRichard Deeming24-Oct-14 1:37 
GeneralRe: I think I got it Pin
jkirkerx24-Oct-14 6:23
professionaljkirkerx24-Oct-14 6:23 
GeneralRe: I think I got it Pin
Richard Deeming24-Oct-14 6:37
mveRichard Deeming24-Oct-14 6:37 
GeneralRe: I think I got it Pin
jkirkerx24-Oct-14 6:39
professionaljkirkerx24-Oct-14 6:39 
GeneralRe: I think I got it Pin
jkirkerx24-Oct-14 6:42
professionaljkirkerx24-Oct-14 6:42 

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.