Saturday 7 September 2013

visual studio c# form does not recognize the events

visual studio c# form does not recognize the events

hi im having trouble with events concerning the initial form in visual studio
private void Form1_MouseMove(object sender, MouseEventArgs e) {
this.Text = e.X+"";
}
nothing but this altered on my friends computer works but on mine dosent,
any idea why could this be happening?

No comments:

Post a Comment