D
doanwon
hello, first post, thanks for reading...
Say I create an MFC Dialog program. I then click on an
"OnCreateButtons" button to create a long list of MFC buttons/objects,
which would then be created--but takes some time. Now this is what I
want: I want to store these instances into file memory map so that I
don't have to create these again each time I run the program. How
should I do it?
Also if possible, how could I save and invoke a complete running MFC
application on a mem map file?
Thanks.
Say I create an MFC Dialog program. I then click on an
"OnCreateButtons" button to create a long list of MFC buttons/objects,
which would then be created--but takes some time. Now this is what I
want: I want to store these instances into file memory map so that I
don't have to create these again each time I run the program. How
should I do it?
Also if possible, how could I save and invoke a complete running MFC
application on a mem map file?
Thanks.