> I have a problem in a program, where I use TabControl to structure the
> individual tasks (some exectued in parallel) of a microscope control
> system. I dynamically enable and disable tab pages using a subvi to
> which I pass the Tabcontrol Reference. My problem is that the program
> is slowing down significantly with the number of references I create.
If you are creating huge numbers of leaked references, this can slow
down the completion or closing of the VI, or the quitting of LV, but
most likely your slowdown has to do with what is happening to the
references. You might need to supply your code or you are only going to
get guesses.
Greg McKaskle