Thursday, July 30, 2009

How do i multiply the outputs of times in Visual Basic?

I am working on a project and am a beginner to VB, I need to use a timer to make the value in a lable in increase from 0 by 0.25 every second and am having trouble with this, can anybody tell me how please?

How do i multiply the outputs of times in Visual Basic?
Set the Timer duration to 1 second, and then inside the Timer event have it increase the value of the label by 0.25?





lblExample.Text = Convert.ToDouble(lblExample.Text) + 0.25

flower delivery

No comments:

Post a Comment