Hi
I am a total noob at writing c# applications. I have only really worked with
visual studios and C# in the terms of web related stuff (even though I am a
noob in that too I know how to use visual studios, write c# that is needed for
my site and write the asp).
I however need to make a C# application and like I said I have not really made
any applications using visual studio.
What I need to make.
1. A toolbar that will let me open up a file(an .xml file).
2. This will extract parts of of the xml and display it. Like the xml file I
have is not a true xml file as it has html stuff in it(don't ask its a long
story). The xml that is part of this file is called mathml(writes equations for
math).
so there will be a file like this
So I could have in a file like 30 of these start and close math tags(once for
each equation). So what I want is when the file is open it looks for all the
Replies
Know the answer? Post it — somebody with the same question will find it here.