how to check enble or disable state of dtae/time picker
Printable View
how to check enble or disable state of dtae/time picker
I suppose you mean when using checkbox-style. Dunno if it´s the correct way, however I do it this way:
if( m_dtGecko.GetStatus() == COleDateTime::null )
{
// That would be disabled.
}
m_dtGecko is a COleDateTime based on
the DTPicker.