WM6.5 - C# - Check if Start Menu is Visible
- by Nullstr1ng
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.