addhandler

  1. 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...
  2. A

    Question Hyperlink in a Richtextbox...

    I have got the code to create a Hyperlink in a richtextbox, I'll share it with you but to the experts, I have a question... Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load dim newlabel as new linklabel newlabel.Text =...
Back
Top