DioApplication Object Sample Program

The following example demonstrates how to use DioApplication Object as follows:

     Create new DioApplication object.

     Set the application style to be visible.

     Maximized the application.

     Opened a specified DIO file in the DioApplication.

 

Dim dioapp As New DioApplication

dioapp.Visible = True

dioapp.WindowStyle = dioWindowsStateMax

dioapp.DioDocuments.Open(“NewFile.dio”)