There's a few ways to do this, http://www.remotesoft.com/salamander/ is recommended a lot. There are also some built-in tools like ildasm.exe. Search around for .net decompilers
Thanks for the link. I was surprised to see the price. Maybe someone can give me some hints on this application I attached ( I renamed it from .exe to .txt. I'm trying to create a similar app and am having trouble building an interface that will display my array like this on. Any assistance would be appreciated.
Should be a fairly simple matter of just creating new labels at run time while loopin through the array, set their position and size and set ther text value to the array value.
I have only been doing this for about 3 weeks and I'm still having trouble relating to the syntax. Are you saying that each value within the array gets it's own label? It looks like some type of gris but as I understand datagrids, those are for databases.
yeah you are basically creating a new label for each valkue in the array and drawing a grid with them.. Give me a few minutes and ill write a full example
I think I'm more confused now. I really apreciate yoour patience on my ignorance. I inserted your example to my form and nothing showed in the form. Maybe I just need to step back for a few minutes and resume after a ???
The app was cool. Im not sure what use I would have out of it, but its interesting as a concept tool to emulate for your class. Working with arrays is a neccessary skill. So just keep at it!