Windows CE + MDI Form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm doing an application for Windows CE. This application open image as
photshop and i want to create a MDI Form but the property IsMDIContainer
don't exists! How can i do to create an MDI Form for WinCE?
 
Fabio ha scritto:
I'm doing an application for Windows CE. This application open image as
photshop and i want to create a MDI Form but the property IsMDIContainer
don't exists! How can i do to create an MDI Form for WinCE?

You cannot create MDI applications with the .NET Compact Framework, so
the IsMdiContainer property is not available.
 
Back
Top