Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Ominous

  1. Ominous

    NEWBIE: CListBox.GetItemDataPtr 'type cast' convertion error, pls help

    I created my own class to handle basic asset information. It is a bunch of strings. I first attach the data to a selection: AnAsset temp; temp.updateinfo(m_filename, m_desc, m_netver, m_localver, m_lastper, m_history); AnAsset *ptemp = &temp; m_list.SetItemDataPtr(m_list.GetCurSel(), ptemp)...

Part and Inventory Search

Back
Top