HI expeerts,
Just want to ask how to cast a dialog to a specific dialog class
i.e.
cdialog1(cdialog3);
cdialog1(cdialog2);
inside the cdialog, i want to know what kind of dialog is passed. i want to know if its a cdialog3 or cdialog2 so i can cast it to correct dialog class;
Just want to ask how to cast a dialog to a specific dialog class
i.e.
cdialog1(cdialog3);
cdialog1(cdialog2);
inside the cdialog, i want to know what kind of dialog is passed. i want to know if its a cdialog3 or cdialog2 so i can cast it to correct dialog class;