网络中传来BITMAP这个类型的图像数据,我怎么将他显示在对话框上?
struct TC_BITMAP
{
    LONG        bmType;
    LONG        bmWidth;
    LONG        bmHeight;
    LONG        bmWidthBytes;
    WORD        bmPlanes;
    WORD        bmBitsPixel;
    LPVOID      bmBits;
}BITMAP;
我怎么把这个数据显示在对话框上?,求教,谢了详细点啊,大侠们