Click to See Complete Forum and Search --> : how to check enable or disable state of dtae/time picker


abrar
June 11th, 1999, 12:26 PM
how to check enble or disable state of dtae/time picker

Robin Dunlop
June 22nd, 1999, 02:24 AM
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.