Dispose for the Main Form
Mobile
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have created a Windows CE application using the wizard; I changed nothing, and deployed the newly built application using the emulator. The main form (Form1, the default title) is displated. I then click the X on the top right corner, expecting the application to close. However, the debugger never reaches the Dispose method... though the application is definitely not shown on the emulator's screen, the debugger still says [Run]... I assume the application's main window was not destroyed but only hidden, but this is not what I expeced. Is there a way to convince it to go away, and call the Dispose method while doing that? Thanks, J