Hi,
I can not understand why this code is not work. Emulator give me error msg box.
void CRiiviContainer::Draw(const TRect& aRect) const
{
CWindowGc& gc = SystemGc();
what kind of error?
is it really in Draw() method?
as yucca said UseFont() is your friend... if you forget to call this before drawing it might panic the application.