CListCtrl class

i made a report view control and i made abackground image ,,the problem is
when a new item is inserted the backgrround image is overlapped by the text
...i want the the back ground to be still viewd under the text ........i
made the following code
... plzz help me...

AfxOleInit( );
m_c.SetBkImage("d:\\eye.jpg",false,10,10);
m_c.InsertColumn(0,"ipaddress");
m_c.SetColumnWidth(0,100);
m_c.InsertColumn(1,"destip");
m_c.SetColumnWidth(1,100);
m_c.InsertItem(0,"haitham");
m_c.SetItemText(0,"haitham");
[558 byte] By [haitham_eltaweel] at [2007-11-19 10:50:45]