Hi,
Using a MFC COM project i would like to have the functionality for users to assign a pointer from a second instance to an instance, thus sharing the same data and looking the same.
An example of this could be the mxflxgrid.
set msflxgrd2 = msflxgrd1 ' msflxgrd2 points to msflxgrd1
' both flxgrids look identical and share the same data.
thanks in advance.
Richard.
Using a MFC COM project i would like to have the functionality for users to assign a pointer from a second instance to an instance, thus sharing the same data and looking the same.
An example of this could be the mxflxgrid.
set msflxgrd2 = msflxgrd1 ' msflxgrd2 points to msflxgrd1
' both flxgrids look identical and share the same data.
thanks in advance.
Richard.