Creating UI problem
        Posted  
        
            by Xaver
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Xaver
        
        
        
        Published on 2010-04-08T10:30:12Z
        Indexed on 
            2010/04/08
            10:33 UTC
        
        
        Read the original article
        Hit count: 395
        
I create program which have the installer-like interface. How better realize that with ShowDialog method of Form-class or doing MDI interface? when i using ShowDialog method i doing this ways and i have next problems: 1) First form have ShowInTaskbar property=true other form false, formm appeared by .ShowDialog() method in event of press button "Next>", event of pressing "" (also this function do .visible=false to undisplay form), event of pressing "
© Stack Overflow or respective owner