I came across this today when digging around for information on the gauges for the report designer in Visual Studio. The tutorial is written for both vb.NET and c#.
Quote
In this tutorial, you build a maze game, where the user has to move the mouse pointer from the start to the finish without touching any of the walls. You learn how to:
* Lay out a form using a Panel container.
* Build a maze using Label controls.
* Write code to show a message box.
* Set up event handlers for mouse events.
* Play sounds in your program.
* Organize your code using classes.
* Lay out a form using a Panel container.
* Build a maze using Label controls.
* Write code to show a message box.
* Set up event handlers for mouse events.
* Play sounds in your program.
* Organize your code using classes.

New Topic/Question






MultiQuote


|