Hello CodeCall ..
Today i'm gonna show you a very Easy tutorial but interesting..
We need 4 Buttons and a Timer ..
Add like this ..

Add the timer and the interval for that make 1500 or 2000 .
The First Button Rename with BEEP
If You type This Button it will BEEP only one time ..
and the Code for it is ..
Console.Beep()
The Second Button Rename with START
If you type this button it will BEEP every Second ..
Code is ..
Timer1.Start()
The Third Button Rename With STOP
If you type it it will stop the Beeping sound that you'll hear .
Code ..
Timer1.Stop()
The Fourth Button Rename with QUIT
IT will quit the program
Code
End
Finally will look like this

Thanks , Mendim.


Sign In
Create Account


Back to top









