Click here to Skip to main content
15,879,535 members
Articles / Desktop Programming / MFC
Article

CClockCtrl v1.01

Rate me:
Please Sign up or sign in to vote.
4.30/5 (6 votes)
4 Mar 2000 100.4K   1.5K   27   9
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


    Written By
    United States United States
    This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

    Comments and Discussions

     
    GeneralLinking Error Pin
    28-Jun-02 21:01
    suss28-Jun-02 21:01 
    GeneralRe: Linking Error Pin
    Anonymous11-Jul-02 9:05
    Anonymous11-Jul-02 9:05 
    Generalthis is cool! Pin
    lucy14-Jun-02 9:42
    lucy14-Jun-02 9:42 
    GeneralLinking Error Pin
    Abin22-Feb-02 7:59
    Abin22-Feb-02 7:59 
    GeneralRe: Linking Error Pin
    David Lance18-Aug-02 7:16
    David Lance18-Aug-02 7:16 
    QuestionWhat's the name of the book? Pin
    Jose Luis Rojas30-Apr-00 18:16
    sussJose Luis Rojas30-Apr-00 18:16 
    AnswerRe: What's the name of the book? Pin
    pjnaughter16-May-00 13:48
    pjnaughter16-May-00 13:48 
    GeneralHour Hand Redrawing Pin
    Jeremy Davis8-Mar-00 3:01
    Jeremy Davis8-Mar-00 3:01 
    GeneralRe: Hour Hand Redrawing Pin
    pjnaughter16-May-00 13:48
    pjnaughter16-May-00 13:48 

    General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

    Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.