MessageBox not modal?

  • Thread starter Thread starter cyberco
  • Start date Start date
C

cyberco

WM5 PPC, .Net2, C#

According to the docs a MessageBox should be modal (no input other
than clicking the buttons of the MessageBox is allowed), but although
the keys of my phone are locked, I can still choose the menu via the
touchscreen. Can I somehow prevent this (without creating my own
dialog form)?
 
Define "the menu". You can certainly access other applications via, say,
the Start menu, but the other windows in the current application should be
blocked, which is what "modal" means in Windows.

Paul T.
 
Back
Top