Click here to Skip to main content
15,893,790 members
Articles / Desktop Programming / MFC

BigClock with Transparent Background

Rate me:
Please Sign up or sign in to vote.
4.82/5 (15 votes)
19 Jan 2008CPOL1 min read 57.8K   2.8K   59  
BigClock with Transparent Background based on the 7 segment LCD
  • bigclock.zip
    • .svn
      • text-base
        • About.cpp.svn-base
        • About.h.svn-base
        • bigclock.cpp.svn-base
        • bigclock.dsp.svn-base
        • bigclock.dsw.svn-base
        • bigclock.h.svn-base
        • bigclock.rc.svn-base
        • bigclockDlg.cpp.svn-base
        • bigclockDlg.h.svn-base
        • Config.cpp.svn-base
        • Config.h.svn-base
        • label1.cpp.svn-base
        • label1.h.svn-base
        • lcd7.cpp.svn-base
        • lcd7.h.svn-base
        • ReadMe.txt.svn-base
        • resource.h.svn-base
        • StdAfx.cpp.svn-base
        • StdAfx.h.svn-base
    • About.cpp
    • About.h
    • bigclock.cpp
    • bigclock.dsp
    • bigclock.dsw
    • bigclock.h
    • bigclock.opt
    • bigclock.plg
    • bigclock.rc
    • bigclockDlg.cpp
    • bigclockDlg.h
    • Config.cpp
    • Config.h
    • label1.cpp
    • label1.h
    • lcd7.cpp
    • lcd7.h
    • ReadMe.txt
    • Release
      • .svn
        • prop-base
          • bigclock.exe.svn-base
        • text-base
          • bigclock.exe.svn-base
    • res
      • .svn
        • prop-base
          • bigclock.ico.svn-base
          • bitmap1.bmp.svn-base
          • Graphic1.bmp.svn-base
        • text-base
          • bigclock.ico.svn-base
          • bigclock.rc2.svn-base
          • bitmap1.bmp.svn-base
          • Graphic1.bmp.svn-base
      • bigclock.ico
      • bigclock.rc2
      • bitmap1.bmp
      • Graphic1.bmp
    • resource.h
    • StdAfx.cpp
    • StdAfx.h
// stdafx.h : include file for standard system include files,
//  or project specific include files that are used frequently, but
//      are changed infrequently
//

#if !defined(AFX_STDAFX_H__A25A5778_C149_47D3_A1D7_7AB36883FE3D__INCLUDED_)
#define AFX_STDAFX_H__A25A5778_C149_47D3_A1D7_7AB36883FE3D__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#define VC_EXTRALEAN		// Exclude rarely-used stuff from Windows headers

#include <afxwin.h>         // MFC core and standard components
#include <afxext.h>         // MFC extensions
#include <afxdisp.h>        // MFC Automation classes
#include <afxdtctl.h>		// MFC support for Internet Explorer 4 Common Controls
#ifndef _AFX_NO_AFXCMN_SUPPORT
#include <afxcmn.h>			// MFC support for Windows Common Controls
#endif // _AFX_NO_AFXCMN_SUPPORT


//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_STDAFX_H__A25A5778_C149_47D3_A1D7_7AB36883FE3D__INCLUDED_)

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Self Employed
United States United States
C, C++, DSP, Graphical Apps, UNIX, LINUX

Comments and Discussions