Search results for query: *

  1. K

    Sound Application

    Hi. For the past week, I have leisurely been trying to create a program that can mix sounds together in an organized manner. The user will be able to select certain wav files (3 for example), coordinate which beats they should be played on, and then press a button to start the medley. I've...
  2. K

    Label arrays

    Wow, thanks. That's more than I could ask for! -Ben
  3. K

    Label arrays

    oic. my bad, thanks a bunch!
  4. K

    Label arrays

    change font color as in that particular label that was clicked on.
  5. K

    Label arrays

    Hmmm, I agree that another class will be unnecessary, but I wish to make it so the user can create as many labels as he wants during runtime. For instance, user types '15' in a textbox, and it makes 15 labels, and if the user clicks on one of the labels, it will, for example, change font color...
  6. K

    Label arrays

    I having trouble returning a value for its function, :(
  7. K

    Label arrays

    Thanks, but the problem is, the function Get_Number is in another class. I'll try to work around it.
  8. K

    Label arrays

    Hi, I'm trying to create a Class "Count" which will produce as many labels as stated in an argument to a given function. The following is a function in the class, where the argument Ascend is given values from the main form by a 'for loop,' but when I run the program, it displays a simple '0'...
Back
Top