For various reasons I would like to load several forms when I launch my application, but not show them to the user yet. I set their visible property to false at design time, but when I run them their visible settings always becomes true and wallah ... there the buggers are. Sure, I can hide them but there's this rather annoying flicker and it's going to upset my sensibilities if if I have to take the time to code something to handle the flicker when I think I should just be able to have them be invisible, just like I created them.
How does one accomplish what I am attempting to do?
(I'd rather stay away from a formset as well.) This has to be a fairly common task but I didn't see it searching the forum. Thanks in advance.
How does one accomplish what I am attempting to do?
(I'd rather stay away from a formset as well.) This has to be a fairly common task but I didn't see it searching the forum. Thanks in advance.