I have a program that when you go from one form to another, on the second forms load event I run code that dynamically creates controls and places them in a panel.
However, only after the program has ran the controls appear. What I want is the controls to appear as the program runs.
How could I do this?
However, only after the program has ran the controls appear. What I want is the controls to appear as the program runs.
How could I do this?