E
Elmar Jacobs
hi folk,
I try to make a switch between different smart device forms.
The first form i open with
_form= new CSimpleFinderForm();
Application.Run(_form);
it works. But then I try to delete the first form und try to open a secound
one.
_form.Close();
_form = new CFinderForm();
Application.Run(_form);
But it did not work. Can anybody help me?
Thanks a lot,
elmar
I try to make a switch between different smart device forms.
The first form i open with
_form= new CSimpleFinderForm();
Application.Run(_form);
it works. But then I try to delete the first form und try to open a secound
one.
_form.Close();
_form = new CFinderForm();
Application.Run(_form);
But it did not work. Can anybody help me?
Thanks a lot,
elmar