J
Jorge
Hello. I use the following instructions to create and to show the "forms":
Form_Exportar Ficha = new Form_Exportar(); // Project has form_exportar
Ficha.ShowDialog();
Ficha.Dispose();
Nevertheless, if I do a follow-up of the memory occupation on the PDA, I see
it's growing and It doesn't liberate itself . If I open and close several
times this form, the memory is dealing until there comes a moment in which
the application gives a memory error (full).
What about Dispose function? What's happened? Does not dispose function
work?
What can I do in order to free forms?
Thank you
Form_Exportar Ficha = new Form_Exportar(); // Project has form_exportar
Ficha.ShowDialog();
Ficha.Dispose();
Nevertheless, if I do a follow-up of the memory occupation on the PDA, I see
it's growing and It doesn't liberate itself . If I open and close several
times this form, the memory is dealing until there comes a moment in which
the application gives a memory error (full).
What about Dispose function? What's happened? Does not dispose function
work?
What can I do in order to free forms?
Thank you