Dialog Boxes
-
:confused:When I call (custom form).ShowDialog, the dialog pops up and takes up the entire screen, blocking the data entry area. When using the emulator, I was typing all the information and didn't notice the problem. The first time I loaded onto my PocketPC, the problem became obvious. Other than that, the form works properly. What am I doing wrong? thanks camasmartin hobby programmer
-
:confused:When I call (custom form).ShowDialog, the dialog pops up and takes up the entire screen, blocking the data entry area. When using the emulator, I was typing all the information and didn't notice the problem. The first time I loaded onto my PocketPC, the problem became obvious. Other than that, the form works properly. What am I doing wrong? thanks camasmartin hobby programmer
:)I added a menu to the dialog box with no entries. This seems to protect the bottom of the screen so you can use the data entry methods. camasmartin hobby programmer