Application - [A1]
Contents
Question
Create a simple applications in C# and VB.NET to play with handlers and to understand sintax differences betweeen the two languages
Application
The developed application has two main components and functionalities.
- An object
richTextBox
that will display some text when a button to its side is pressed. - An object
pictureBox
that will show an animation of balls bouncing within the area of a rectangle. The animation will start once a button to its side is pressed.
Source Code
The source code can be found on Github and it can be downloaded as a ZIP
file from the Release section.