Search results for query: *

  1. S

    Calculating time since an event

    HI, Thanks for your help. Dim _totalSeconds As Integer _totalSeconds = _stopTime.Subtract(_startTime) This is what I'm trying to do but it says System.TimeSpan cannot be converted to an integer. I've tried a million things with variables and it's so complicated in VB. Like yesterday...
  2. S

    Calculating time since an event

    New to VB.net as of two days ago. I am creating a Reaction Timer game where you click START button and then it changes the BG color. The user then clicks the STOP button as soon as they see the BG change and it calculates how long it took. I was told to use a Timer class for this but all the...
Back
Top