Originally posted by: jetdvk
Can i add gridlines on this control? if can ,how to do?
ReplyOriginally posted by: Harinath Mallepally
I saw the tutorial.
and executed the code. It is good. As a new learner of MFCs and vc++, i apreciate the author.
keep writing such nice articles,
sincerely
harinath
Bangalore
India
Originally posted by: sk
Hi,
I insert root item using
item = m_statList.AddItem("1.1.1.1", 1, 0);
But how can I now insert some item 'into' it ? (so that the previously inserted item will be its parent)
And even if I have bitmap resource and use SetImageList, no picture is displayed...
ReplyOriginally posted by: Ilia
How to disable sorting of the items in the list?
ReplyOriginally posted by: Sol
How can I add & insert an item to different Parent ITEM ?
ReplyOriginally posted by: ralf
OnGetdispinfo(NMHDR* pNMHDR, LRESULT* pResult)
From some reason i do not get an indent!?
Can anyone help?
Thanks,
I like the idea very much.
Since I'm using the LVS_OWNERDATA style I tried to
set the indent within the callback function like this:
{
...
if (pDispInfo->item.mask & LVIF_INDENT &&
pDispInfo->item.iSubItem==0)
{
pDispInfo->item.iIndent=pDispInfo->item.iItem%4;
}
}
Ralf
Originally posted by: plizzzzzz
but i dont know how to submit a zipfile here with this comment
i found your code very useful, i just added some functionality:
line colors,
level=0 item display,
click parent notify,
DisplayAll,
ExpandAll(bool)
thankz
plizzzzzz
Originally posted by: Paul Wu
Does anyone know how to convert TreeListCtrl into ocx file?
Reply
Originally posted by: Ken
I am also interested in the code of your program
to check the direcorty size.
Can you send me the code or only the fragments
to get the direcorty size. & user size?
Thanks.
Originally posted by: SubbaReddy
How to build Tree View in Custom control using Win 32 sdk programming ( Purely, C-programming).
I want to have Custom control based Dailog box winow in main project.
And Tree view building routine library, would like place in another project, which build as DLL and called by above custom control main project.
So, from Main project, I would like to pass the Custom control reference to the Tree view DLL libriry calls.
Kindly, please help me in this regard.
Hello Gurus,
Thanks in advance.
~ SubbaReddy