I need to set a flag in my initinstance() function that is accessable throut
all the classes.
for ex.
i want to set int flag = 1 int the initinstance() and have a
if (flag == 1)
//
else
//
in the oninitdialog() of the CMainDlg Class.
please can anyone help.
Thank you in advance.