Template for Win32 dialog-based application:
This template is popular in programming practice. Microsoft has similar template for MFC applications, but has no such template for Win32 applications
How to use it:
- install VisualStudio 6
- create directory with name DlgApplication
- copy all files to that directory
- move to directory \DlgApplication and double click on DlgApplication.dsw
DlgApplication.cpp : Program file
resource.h : header file with control IDs
resources.rc : resource file with dialog description
DlgApplication.dsw : workspace definition
DlgApplication.dsp : project definition