I have created an add-in for VS.NET and when it starts I want the add-in to
read the options from file.
I have created a class (with the [Serializable] attribute set) that contains
the options and implemented GetObjectData(SerializationInfo info,
StreamingContext context) as well as a copy const...
more >>
I have a situation , where in I had to store a bit of information about a
treenode in Tag .....
like this
"<shorcut key="M1" startpos="33" >System.Windows.MessageBox.Show("");
</shorcut>"
ideally i should be creating an xmlelement add attributes and store the
xmlelement in Tag...
but a...
more >>