A Simple Example

This example (demoPrograms\engine\VC#\simple or demoPrograms\engine\VB\simple) is a simple application which allows you to read a WiT object file and display the data in a window within the .Net form. The application does this by loading and running a WIC (demoPrograms\engine\wic\simple.wic) which reads an image from a file and displays the result.


.Net Simple Demo

The steps required to create this application are described below.

Create Project
Create a Picture Box for Display Data
Declare Variables
Initialize
Clean Up
Completing the rest of the Form

 

Up 

Next