Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

CClockCtrl v1.01

0.00/5 (No votes)
4 Mar 2000 1  
A Freeware MFC class to display an analog clock.
  • Download source files - 17 Kb
  • Sample Image - CClockCtrl.gif

    Introduction

    Welcome to CClockCtrl, an MFC widget which renders an analog clock. The class is based almost in whole on the class of the same name from the book "MFC Programming with Visual C++ 6.0". The class is derived from CStatic and a number of public methods allow customisation of its look. A demo app is provided which demos the control as shown above.


    History
    Usage
    Contacting the Author


    History

    v1.0 (3 February 2000)
    • Initial public release.

    V1.01 (16 February 2000)

    • Removed noticable flicker which sometimes occurred when the seconds hand moved.


    Usage

    To use CClockCtrl in your project simply include ClockCtrl.cpp/.h from the test application in your application and #include "ClockCtrl.h" in whichever files you want to use the class in. You can then use the class just like you would use an ordinary static control anywhere. The public methods CClockCtrl should be pretty self explanatory by having a look at the CClockCtrl header file.

    You should also have a look at the CPJClockView::OnCreate() code in the sample application.


    Contacting the Author

    PJ Naughter
    Email: pjn@indigo..ie
    Web: http://www.naughter.com
    16 February 2000

    License

    This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

    A list of licenses authors might use can be found here