Visual C++ Applications: Overview

Creating applications with the Image a•X controls using Visual C++ is not as common as using Visual Basic or HTML scripting. Still, the topics listed here will give you a start on creating your application. As well, a C++ demo program and sample code are included with the Image a•X CD-ROM. To see this demo program, locate the Visual C++ Sample Exe in the Image a•X program group, or look in the Integrations\Sample Apps\VC++ folder where you installed the application files.

Adding Image a•X controls to a project

Find out two options for adding controls to a Visual C++ project.

Creating a control

Learn how to create a control. The sample code provided also demonstrates how to bind a View Control to a Document Control.

See also

Creating Applications