This is what I have so far: namespace C2360_Ch06_07_Hmwk1_MoveIt { public partial class frmMoveit : Form { int X = 0; int Y = 0; public frmMoveit() { InitializeComponent(); }