Discussion:
CListCtrl EnableGroupView does not work
(too old to reply)
Janiv Ratson
2006-08-29 10:15:14 UTC
Permalink
Hello,
I'm using the following code (VS2003):
LRESULT res = m_listGroup.EnableGroupView(TRUE);

BOOL bEnabled = m_listGroup.IsGroupViewEnabled();

if(bEnabled)

{

}

res gets 0 and bEnabled gets 0.
Any one knows why?
Thanks,
Janiv Ratson.
Timo Kunze
2006-08-29 10:20:47 UTC
Permalink
In which view mode do you try this? Which version of comctl32.dll are
you using?

Timo
--
www.TimoSoft-Software.de - the home of ExplorerTreeView
Boycott DRM! Boycott HDCP!
Janiv Ratson
2006-08-29 11:49:25 UTC
Permalink
Icons.
5.82.2900.2180
Thanks,
Janiv Ratson.
Post by Timo Kunze
In which view mode do you try this? Which version of comctl32.dll are
you using?
Timo
--
www.TimoSoft-Software.de - the home of ExplorerTreeView
Boycott DRM! Boycott HDCP!
Timo Kunze
2006-08-29 11:29:57 UTC
Permalink
Post by Janiv Ratson
5.82.2900.2180
You need version 6.0 to use groups.

Timo
--
www.TimoSoft-Software.de - the home of ExplorerTreeView
Boycott DRM! Boycott HDCP!
Janiv Ratson
2006-08-29 13:38:08 UTC
Permalink
How do I get it ?
I'm using VS 2003 7.1.3088.
Thanks,
Janiv Ratson.
Post by Timo Kunze
Post by Janiv Ratson
5.82.2900.2180
You need version 6.0 to use groups.
Timo
--
www.TimoSoft-Software.de - the home of ExplorerTreeView
Boycott DRM! Boycott HDCP!
Timo Kunze
2006-08-29 13:13:27 UTC
Permalink
It's available on Windows XP and 2003 only. To make the program use it,
you must create a manifest for your app. The Windows Platform SDK
explains how to do this.

Timo
--
www.TimoSoft-Software.de - the home of ExplorerTreeView
Boycott DRM! Boycott HDCP!
Janiv Ratson
2006-08-29 14:57:04 UTC
Permalink
Thanks,
Can you direct me on creating manifest?
I have one, I just don't know what is needed for the CListCtrl support for
Groups.
Thanks again,
Janiv Ratson.

Thanks,
Post by Timo Kunze
It's available on Windows XP and 2003 only. To make the program use it,
you must create a manifest for your app. The Windows Platform SDK
explains how to do this.
Timo
--
www.TimoSoft-Software.de - the home of ExplorerTreeView
Boycott DRM! Boycott HDCP!
Timo Kunze
2006-08-29 14:24:37 UTC
Permalink
http://windowssdk.msdn.microsoft.com/en-us/library/ms649781.aspx

Timo
--
www.TimoSoft-Software.de - the home of ExplorerTreeView
Boycott DRM! Boycott HDCP!
Loading...