I have the following code to show a password dialog in a WM 5
.Net CF application:

try
If frmPassword.ShowDialog() =
Windows.Forms.DialogResult.OK Then
...
An exception is not thrown but the form is not displayed and the next lines
are executed. I had presumed that the form had an error but cannot display
and form. This code is in a menu event handler. Any help for why the form
is not displayed modally?