vbMarkO
Well-known member
- Joined
- Aug 19, 2005
- Messages
- 157
Ok sorry couldnt be more specific but I am not sure how to explain this within just one subject line.
OK here it is...
I need to know where to place this
I found some code that does exactly what I need in adding an Element on all its children at one time to an existing xml file but all of the code resides within a button click event except the above mentioned code....
They never said where to put it....
Does it go in a module or something cause I have tried just bleow Imports Sytem.xml and that didnt work then just below
Public CLase Form1
That didnt work either.....
So where does it go?
vbMarkO
OK here it is...
I need to know where to place this
Code:
Public Overridable Property InnerXml() As String
I found some code that does exactly what I need in adding an Element on all its children at one time to an existing xml file but all of the code resides within a button click event except the above mentioned code....
They never said where to put it....
Does it go in a module or something cause I have tried just bleow Imports Sytem.xml and that didnt work then just below
Public CLase Form1
That didnt work either.....
So where does it go?
vbMarkO