Hi, I'm developing a C++ app for WM6 with VS2005. I have a CFont
(m_font)object as a member of a control class. In the PresubclassWindow
method of the control i attempt to set up the font by calling
m_font.CreateFontIndirect(...)

This call can fail, later when i wish to use the CFont object how do i know
its valid?? Is there any way of testing
it.