C# Tutorial: Magic 8 Ball with Pictures
- Subject: C# Tutorials
- Learning Time: 2 hours
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:
- Using GUI in C#
- Creating windows form application
- Creating click event
- Using resources function in C#
- Importing multiple pictures in Visual Studio
- Using random number generator
- Using switch statement in C#
Full Code on the next page
Pages: 1 2