C# Tutorial: Magic 8 Ball with Pictures

This tutorial we will show you how to create an awesome magic 8 ball app with full GUI and pictures. We have done a magic 8 ball tutorial for python and it was really good, so here is the one with C# using visual studio. This is a more intermediate version of programming. We are not just using code we are also using GUI elements to manipulate the object toward our goal.

Download the magic 8 ball pictures

Lesson Outcomes:

  1. Using GUI in C#
  2. Creating windows form application
  3. Creating click event
  4. Using resources function in C#
  5. Importing multiple pictures in Visual Studio
  6. Using random number generator
  7. Using switch statement in C#
c-sharp-tutorial-create-a-magic-8-ball-app-with-visual-studio

Full Code on the next page




Comments are closed.