Sample
|
Description
|
EngineShell
|
An MFC SDI application that demonstrates a light framework for implementing an application. It demonstrates context-sensitive command handlers routed through the normal MFC mechanism, memory-dc usage, and SilverEngine application initialization.
|
MFCPrint
|
The MFCPrint project is intended to demonstrate printing with SilverEngine, using the MFC print architecture (CView::OnPrint, CPrintDialog, CPageSetupDialog). The printed output is composed onto the print DC by using the SilverScreen function print_scene.
|
SDCPrint
|
The SDCPrint project is intended to demonstrate printing with SilverEngine, using SilverScreen script commands like PRINT INTERACTIVE SCREEN, ICOMMAND PAGE SETUP and ICOMMAND PRINT SETUP.
|
SSMDI
|
The SSMDI project is a simple MFC MDI application that is intended to demonstrate basic SilverEngine application setup for a Multiple Document Interface.
|
Win32
|
The Win32 project is intended to demonstrate use of the SilverEngine in a Win32 application, without use of MFC.
|
WinForm
|
A Windows Forms application that demonstrates a framework for using SilverEngine within a Windows Forms application.
|