sry but it aint much that i understand from what you said, im danish and aint that good to complicated english... could you just give me a little code examble and show how to detect the clicks, something like

Code:
        private void Form1_MouseClick(object sender, MouseEventArgs e)
        {
            label1.text *= 1;
        }