T
tom
help:
in winforms
a) a dialog is a little component that goes in a form (checkbox, panel etc);
b) a form is a window that contains dialogs.
So why when you want to show a form do you say
frm.showDialog();
thanks
tom
in winforms
a) a dialog is a little component that goes in a form (checkbox, panel etc);
b) a form is a window that contains dialogs.
So why when you want to show a form do you say
frm.showDialog();
thanks
tom