C# Applications: Overview

 

Creating applications with the Image a•X controls using Visual C# is a little different compared to using Visual Basic or Visual C++. 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\C# folder where you installed the application files.

Your first application

Create a simple program with the controls using these step-by-step instructions.

Creating an MDI application in C#

Create a simple program that lets you open multiple documents.

Adding Image a•X controls to a project

Learn how to add controls to a Visual C# project.

Adding Image a•X controls to a form

Learn how to place controls on a form.

See also

Creating Applications