M
maluman
Welcome
Since my application grew a little, now I have a problem with it. The
problem is, that in whatever way I close it, it stays in memory. Only VS
2003 complaints about 'sharing violation', the application can be normally
rerun on device. My device is Windows CE 4.2. I've read a lot on this group
about PPC, where the form is minimalized instead of being closed. However, I
changed properties "Minimize Box" of all forms to false, then I gave
following code to my Exit button in main form:
this.Dispose();
this.Close();
Application.Exit();
And the application stays in memory (I can see it from Remote Process Viewer
Tool from eVC 4.0).
Help appreciated!
Regards, m.
Since my application grew a little, now I have a problem with it. The
problem is, that in whatever way I close it, it stays in memory. Only VS
2003 complaints about 'sharing violation', the application can be normally
rerun on device. My device is Windows CE 4.2. I've read a lot on this group
about PPC, where the form is minimalized instead of being closed. However, I
changed properties "Minimize Box" of all forms to false, then I gave
following code to my Exit button in main form:
this.Dispose();
this.Close();
Application.Exit();
And the application stays in memory (I can see it from Remote Process Viewer
Tool from eVC 4.0).
Help appreciated!
Regards, m.