Contents

Application - [A2]

Question
Make a simple demo program which uses the objects RANDOM and TIMER in C# and VB.NET

Application

To create this simple application I simply inserted into a Windows Form an object Timer and an object RichTextBox, then set the timer interval to 3 seconds. Finally I implemented a Timer Tick event, which will display a random integer number into the RichTextBox at ever interval.

Source Code

The source code can be found on Github and it can be downloaded as a ZIP file from the Release section.