Hi, create a new CFont.
m_Font = new CFont();
m_Font->CreateFont(15,0,0,0,900,0,0,0,0,0,0,ANTIALIASED_QUALITY,0,FName);
use SetFont() like this..
m_Static.SetFont(m_Font);
The price of anything is the amount of life you exchange for it. Thanks and Regards. SANTHOSH V