Zebra0.com

csharp codeWriting Code in C#

Writing Code in C#


Text of video
private void Form1_MouseMove(object sender, MouseEventArgs e)
{
   this.Text="X="+e.X+" Y=" + e.Y;
}

That's all! Congratulations on completing all of the lessons in csharp!