WM6.5 - C# - Check if Start Menu is Visible
        Posted  
        
            by Nullstr1ng
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Nullstr1ng
        
        
        
        Published on 2010-05-17T01:49:44Z
        Indexed on 
            2010/05/17
            2:00 UTC
        
        
        Read the original article
        Hit count: 634
        
Hi guys,
I'm developing an Windows Mobile 6.5 start menu replacement called JWMD Stuick. Currently, I'm able to detect if the Start Menu is created or destroyed by checking GetWindowLong() API.. Though this does not guarantee if Start Menu is visible or not because other cooked ROM was even if the Start Menu is closed or an app was executed from Start Menu -- the Start Menu GWL still has value.
Do guys have better ways or ideas how to check if Start Menu is Visible?
Thanks.
© Stack Overflow or respective owner