November 25th, 2009 11:31 AM
so far only done the GUI i dunno how am i gonna write it!
November 25th, 2009 08:54 AM
How am i write the coding for Highscore Table that can save the name of the player in the table! By using C# languages. Any hints pls help!
November 3rd, 2009 05:27 PM
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
...
November 3rd, 2009 04:37 PM
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
...
November 3rd, 2009 04:13 PM
cant run its show error do i need to add something on it?
timer_timer1;
Error 1 'Timer' is a 'namespace' but is used like a 'type'
November 3rd, 2009 03:59 PM
Yea i already try many times b4 i post but i still cant mange to do that!
I know is simple but its hard when come to the write code part!
Can u gv me some link where can i reference to?
Because i...
November 3rd, 2009 03:36 PM
hi,
Firstly i click the start button then, the timer tick then the label will show up the time counted from 0s until the people solve the puzzle then the time will stop!
How am i gonna write...