Hi y'all.
Can anyone give me an idea how I can iterate through non-MDI open forms using C#? I need to set up an algorithm so that I don't re-instantiate forms that already exist.
I'm not talking about using a singleton pattern. There may be multiple versions of the same form open, but each form contains contents from different data records.
Thanks!
Jeff