hello :)
i'm using MFC SDI, & i'm less familiar to it.
i need to know,
1: i have found a way of printing a string as
pDC->DrawText( " Task still pending!!! ", &rect , DT_PATH_ELLIPSIS );
but i want to know, how can i print a 2D-Array in MFC SDI?
2: i've included a Dialog Box aswell. but how can i access the variables of my "xyzView.cpp" file in the Dialog Box button fuctions?
Thanks :)