Zebra0.com
Writing Code in C#
Education Resources
Privacy
Contact
Topics
Algorithms
Alice 3
C++
C# Windows
RGB Colors
Computer Basics
Computer Concepts
Faculty resources
HTML5
Java
Systems Analysis and Design
Visual Basic
Writing Code in C#
,;
Your browser does not support the video tag.
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!