CListCtrl class
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");

