Search results for query: *

  1. halljd39

    Looping using a lable and a timer

    yes --- text should slide on the matrix based on pressing move up, move down, or move horizontal. For some reason --- the code that pleh only moves when the code is changed to: Private Sub tmrDown_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles tmrDown.Tick If...
  2. halljd39

    Looping using a lable and a timer

    Hello -- I am working on a simple project but I can't seem to get past a part of a loop procedure. Thought I could pick the brains of others... So far I have the following code which move the lable up, but the down code does not loop for some reason - it does move down, though...
Back
Top