a code was sent to me by a friend of mine and when i load it, i get a message saying that No MDI form available to load.
what do i do?
Printable View
a code was sent to me by a friend of mine and when i load it, i get a message saying that No MDI form available to load.
what do i do?
I believe that meens you have a form's MDIChild property set to True, but you don't have an MDI form to put it in. Just create a 'MDI form' (by adding it to your project).