Digital Clock

Fully implemented BCGControlBar Pro (MFC)

Fully implemented BCGSuite (MFC)

Not available BCGControlBar for .NET

The product includes a component implemented on the base of the numeric indicator, which displays a local or specific time zone date and time. You can easily incorporate this component into the visual container (digital dashboard) or use it as a standalone control.

Clock with the current time:

Clock with the current time:

World clocks (custom colors):

World clocks (custom colors):

Sample code:

CBCGPDigitalClockCtrl m_Clock;
...
CBCGPDigitalClock* pClock = m_Clock.GetClock();
ASSERT_VALID(pClock);

pClock->SetDrawInvisibleSegments();
pClock->SetChangeValueAnimationTime(700);