Have you tried making your main form window "top-most"? If you do that, and
the same for your pop-up, it seems like you should be able to be in front of
everything, including the start menu, until the main window exits
(intentionally or via crash). I don't think that it's too wise to build
your UI around the assumption that your program is going to crash, though!
Paul T.
[quoted text, click to view] "Murthy" <Murthy@discussions.microsoft.com> wrote in message
news:CCA541A1-A77A-4B93-A5A2-E9D3C2915E2C@microsoft.com...
> Hi,
> I want to show a border less customized popup window on WIndows mobile 5.0
> I want this window to close when i tap on my background window.
>
> I am able to show the window and close it but the problem is every time i
> show this window, The Start Menu becomes visible on the top. I want my
> Popup
> to show just on top of my Full Screened window.
>
> I do not want to make the start button invisible by making some P/Invoke
> calls since if the application crashes for some reason, then the start
> menu
> is entirely invisible.
>
>
> Is it possible to build such a customized borderless Popup windows.
> If so please guide me how i should proceed.
>
> Thanks,
> Murthy
>
>
>