Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This document describes the procedures and utilities for building real time Web based graphic screens under Visual Basic 6.0.  These screens may be animated using real time data from a control system.  Screens may be displayed on any workstation using a browser such as Microsoft Internet Explorer 5.5.

...

Expand
titleAdding Labels to the Form

A Label object will always be used for the non-changeable background text on a screen.

  1. On the toolbox to the left, choose the label control.

  2. Position the mouse where the object should be placed on the screen, hold down the left mouse button and drag to the desired size.

  3. Naming the object is optional, but should start with lbl.

  4. Set properties for label such as font, fore color, and back color.

For adding additional objects to the screen such as TelePro controls, refer to Section 6.5 [LINK] of this document

Expand
titleSaving the Project
  1. Select the Menu option File, Save Project

  2. Select the Menu option File, Save uc[name].ctl

...