code

  1. S

    Question Building a tree using the data from txt file

    Hi. I have a Homework, practically 100% similar to the one found here (LINK) Code goes like this.. private void Form1_Load(object sender, EventArgs e) { List<TreeNode> allNodes = new List<TreeNode>(); using (StreamReader sr = new...
  2. L

    Question About classes in wpf

    Hey guys could one of you please help out on this its real urgent because its for a project due the 18th op april. How to make a class for currency conversion and interest calculation c# on wpf ?? Please guys help me on this one. Thanks.
  3. L

    Question showing new forms

    Good Day everyone, I am writing my own web browser, just for something to do. I am able to surf the web and all with it but when i try to add a history form i crash. Well it works the first time and does record my history BUT as soon as i close the history window and try to open it again, well...
Back
Top Bottom