How to put a CString variable in the IDR_MAINFRAME string?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, First, I'm a beginner and I'm doing a little project in MFC and i'm using VS .NET 2003. I want to put the current month concatenated with an other word as default save name when I save my document. So I want to be able to pass a CString variable to the IDR_MAINFRAME string. Example: JanuaryDave.sav I searched on the internet and found nothing on the subject. Can someone indicate me an article or an example of what I want to do. Thanks. David