7
Answers

MFC in C#

nagu_paddy

nagu_paddy

21y
2.2k
1
I wanted to develop an Application using MFCs. I am totally ignorant about MFCs. I just wanted to know whether i can use MFC in C# or will i have to use only VC++ itself. If i can use C#, then please direct me how to use it. An example code would be more helpful Thank You
Answers (7)
0
mark 0

mark 0

NA 31 0 21y
It looks like once you have a Document object, there is a Versions field that contains saved by, saved date, etc. I can't tell if you have to explicitly turn on versioning or if you can consider the current document the current version. You'll have to experiment.