Click here to Skip to main content
15,885,895 members
Articles / Desktop Programming / MFC

Action Support in the VCF

Rate me:
Please Sign up or sign in to vote.
3.63/5 (12 votes)
5 May 20068 min read 38K   233   12  
An article on adding action support to your VCF application.
  • actions-src.zip
    • Actions
      • Actions.bkl
      • Actions.cpp
      • Actions.dsp
      • Actions.rc
      • Actions_bcb5.bpr
      • Actions_bcb5_d.bpr
      • Actions_cb.cbp
      • Actions_icl7.dsp
      • Actions_vc70.vcproj
      • Actions_vc71.vcproj
      • Actions_vc80.vcproj
      • copy.bmp
      • filedefs.inc
      • GNUmakefile
      • hammer.bmp
      • makefile.bcc
      • makefile.gcc
      • makefile.vc
      • new.bmp
      • open.bmp
      • paste.bmp
      • save.bmp
      • saveall.bmp
      • side.bmp
      • Sources_bcb5.bpf
      • undo.bmp
      • wnd.bmp
PROJECT=Actions_bcc.exe
TARG=GUI
USERDEFINES=USE_FOUNDATIONKIT_DLL;USE_GRAPHICSKIT_DLL;USE_APPLICATIONKIT_DLL;_RTLDLL
RESFILE=Actions.res
OBJFILES=Actions.obj
LIBFILES=comctl32.lib
DEFFILE=

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 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
Software Developer (Senior)
United States United States
Currently working on the Visual Component Framework, a really cool C++ framework. Currently the VCF has millions upon millions upon billions of Users. If I make anymore money from it I'll have to buy my own country.

Comments and Discussions