C
Co
Hi All,
Is it possible to show my Treeview in a windowsdialog or folder
window?
Marco
Is it possible to show my Treeview in a windowsdialog or folder
window?
Marco
You can make your own dialog form.
It is simple a form that is called with showform
And for which the dispose method has to be called as it comes back, because
a dialog is used
Cor
You can make your own dialog form.
It is simple a form that is called with showform
And for which the dispose method has to be called as it comes back, because
a dialog is used
Cor
Martin said:Is a dialog form not automatically garbage collected when it goes out
of scope then?
Martin said:Is a dialog form not automatically garbage collected when it goes out
of scope then?
Cor said:Armin,
Nice text, I assume that it is right that I use it in future?
Cor
Cor said:Armin,
Nice text, I assume that it is right that I use it in future?
Cor