G
Green Taylor
We have a form called frmCustomers
Two way we can instantiate this form.
1. Dim frmCustomers as New frmCustomers
2. Dim Frm as new FrmCustomers
Which one is the professional way to use.
Please tell me which is prefered any why.
Thanks in advance,
Green
Two way we can instantiate this form.
1. Dim frmCustomers as New frmCustomers
2. Dim Frm as new FrmCustomers
Which one is the professional way to use.
Please tell me which is prefered any why.
Thanks in advance,
Green