in tree it acomdates only 260 characters i want to show 300 character pls tell how to do?

Recommended Answers

All 2 Replies

What code do you have?

i am having a code in vc++,

csText=_T(" : New name");
    _tcsncat(szText,csText,18);
   m_treeCtrl.InsertItem(szText,hroot1,TVI_LAST);
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.