R
Romain TAILLANDIER
Sorry i make a bad command, i restart my post ...
Hi group
I have a class wich is some kind of open file dialog, named DllManager. The
method static GetDll() show a form containing a combox box and listing few
dlls, when validating (ok button), GetDll return the full path of the
selected dll.
this static method isn't the problem.
When i call this static method from my MainForm, by clicking on a button,
after the GetDll form disappear, my MainForm disapear too, or doesn't
reappear. seems to completely disappear, and i get the windows background,
the green hill and the bleu sky . . . . ...
When i call the same GetDll method from an other form, all is working fine
....
any ideas ?
thanks for help
ROM
Hi group
I have a class wich is some kind of open file dialog, named DllManager. The
method static GetDll() show a form containing a combox box and listing few
dlls, when validating (ok button), GetDll return the full path of the
selected dll.
this static method isn't the problem.
When i call this static method from my MainForm, by clicking on a button,
after the GetDll form disappear, my MainForm disapear too, or doesn't
reappear. seems to completely disappear, and i get the windows background,
the green hill and the bleu sky . . . . ...
When i call the same GetDll method from an other form, all is working fine
....
any ideas ?
thanks for help
ROM