M
Max Christian
If I show a dialog box using ShowDialog(), it appears but none of the
controls are functional -- can't even enter text into textboxes. If I
just change the ShowDialog() to a Show(), everything works fine
(except it isn't modal).
Any ideas out there? Both the parent and child forms are full-screen
windows with no title bar. The parent form was instantiated with a
call to Application.Run(New theParentForm).
Any suggestions greatly appreciated. I'm amazed how much trouble I've
had trying to display a modal dialog in compact .NET.
Thank you,
Max Christian
controls are functional -- can't even enter text into textboxes. If I
just change the ShowDialog() to a Show(), everything works fine
(except it isn't modal).
Any ideas out there? Both the parent and child forms are full-screen
windows with no title bar. The parent form was instantiated with a
call to Application.Run(New theParentForm).
Any suggestions greatly appreciated. I'm amazed how much trouble I've
had trying to display a modal dialog in compact .NET.
Thank you,
Max Christian