Hallo,
in a more lengthy code I want to use seekbar:
Nothing happens when dragging the seekbar, no log, no update of Label4.
What might be the reason?
Regards, positrom2
in a more lengthy code I want to use seekbar:
Sub SeekBar1_ValueChanged (Value As Int, UserChanged As Boolean)
startt=Value
Label4.Text=startt
Log(startt)
DoEvents' (just for sure)
End Sub
Nothing happens when dragging the seekbar, no log, no update of Label4.
What might be the reason?
Regards, positrom2