Janiv Ratson
2006-08-29 10:15:14 UTC
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.
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.