JJ100all4u
Programmer
I am using Delphi Version 4. I wanted to experiment with MDI forms. I changed the main form of my application to an MDI Form and a couple of other forms to MDI Child forms. I decided to put the main form and the other forms back to fsNormal as I realised I didn't need MDI forms. Now when I run the app, it still creates the two other forms, and when I try to show them (Showmodal) from the main form, I get a "cannot make a visible window modal. These forms are still acting as if they were MDI forms even though I have changed the properties back to fsNormal. Any ideas?