Search results for query: *

  1. Y

    store objects into array

    Thanks so much!
  2. Y

    store objects into array

    How would I do that? I dont know what a recursive function is (unless we are talking about the math graphing kind) so could you expain?
  3. Y

    store objects into array

    this code does not work for the textboxes that are inside groupboxes. Is there any other way? Thanks for your help so far
  4. Y

    store objects into array

    I have 12 existing textboxes on the form. Is there anyway I can store them to an array and them use a loop to clear all of their contents instead of using: textbox1.text = "" textbox2.text = "" textbox3.text = "" ...so on.
Back
Top