.NET Micro Edition - Open Multiple Windows
        Posted  
        
            by RM
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by RM
        
        
        
        Published on 2010-03-27T08:12:50Z
        Indexed on 
            2010/03/27
            8:13 UTC
        
        
        Read the original article
        Hit count: 237
        
NETMF
|.net-micro-framework
I've had a look through quite a few tutorials, but cant seem to find how to open multipe windows? I'm not expecting to have them layer etc, I just want to define multiple window classes and say, from a menu, launch the appropriate window class from the menu window. Then when that window is finished, call the close method on it and menu will show again.
I have managed to do the same kind of functionality using panels, but think window is really what I should be using? (.NET MF 4.0)
I assume you can do this? I think im missing something obvious?
© Stack Overflow or respective owner