I want to make a simple program using windows forms. But I don't know how to create more then one screen and then have it so when you click a button it goes to anouther screen you made. Well I need help more on the link part.
and in this simple code I got from my book, doesn't work. It says that parent isn't a word or somtin...
It says that parent isn't a word or somthing like that and I tried capitalizing it and lots of stuff but nothing would work.Code://... TreeNode subNode = new TreeNode(dirSub.Name); parentNode.Nodes.Add(subNode); //...
Thank you for all of your help!



LinkBack URL
About LinkBacks


