Newbie. I have a standard MFC application with which I can open .bmp files etc, on the top border the name of the file appears. How can I store the name of the current file that is open into a variable. Is it something to do with
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static...
Newbie. I am not using a HDC control hadle to my dialog box, every code example for setting a text colour I have looked up uses one (e.g. SetTextColor( hDC, m_TextColor );).
Here is what I have working
// StatsDlg.cpp : implementation file
//
#include "stdafx.h"
#include "ACM.h"
#include...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.