how to fix this? [Only registered and activated users can see links. Click Here To Register...]
CPoint pt(10, 5); CTexture *pArrow = CWndBase::m_textureMng.AddTexture(p2DRender->m_pd3dDevice, MakePath(DIR_THEME, "ExchangeArrow.tga"), 0xFFFF0000); pArrow->Render(p2DRender, pt);
btw thanks for this but my problem is the color of the price and font size of priceQuote:
I'm not sure if this one is your problem or maybe tooltip:
- you need to render ExchangeArrow texture at CWndListBox::OnDraw
example:
- if your problem is tooltip then use/call this g_WndMng.PutToolTip_ItemCode:CPoint pt(10, 5); CTexture *pArrow = CWndBase::m_textureMng.AddTexture(p2DRender->m_pd3dDevice, MakePath(DIR_THEME, "ExchangeArrow.tga"), 0xFFFF0000); pArrow->Render(p2DRender, pt);