Search results for query: *

  1. A

    Question Several objects in same if-condition.

    Thanks, that worked for me! Changed my code to this, and the If-condition including the sound.Location.X worked now! Private Sub timer_play_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles timer_play.Tick panel_play.Location = New Point(panel_play.Location.X...
  2. A

    Question Several objects in same if-condition.

    Hello, I'm currently trying to make a beat generator, which allows you to add several labels (boxes) onto a panel, and then sound will be played when the "play slider" reaches the same x-value. However, i can't make the slider find the boxes. OK, so this is what I've got so far! Clicking my...
Back
Top