请看如下代码: 
        CStatic* pStatic; 
        int nID; 
        nID=1104; 
        pStatic=(CStatic *)GetDlgItem(nID); 
        HBITMAP hColor; 
        hColor=pStatic->GetBitmap(); 
想知道该hColor的位图句柄对应位图资源的ID号,如何做呢?