HOWTO and samples

The general recommendations:
For creation of simple programs it is better to use variant GUI. Programs with the complex user interface are better for realizing in combined COM-GUI. At use COM, loading should be distributed as follows:
  The user interface - COM (Client)
  Data processing-Server

AS samples (thanks Alfred and Sandy):

Sample: How to create COM(VB) application and retrieve data from MV server.

HOWTO debug in VB and PB  

Other samples (thanks GVP):

Write simple GUI program 

Write dialog based program

Write COM based program

Start session, read file, close session in C# program

Write Program using C#

Write Program using VB.net

The COM-Client can obtain the data from a server

Can interrupt server subroutine

Example of VBA COM and D3

GUI example (Clone of FlashGUI example in GP_TERM.LIB technology) or See example as HTML.

Custom ActiveX in GUI see thread on forum

Template for custom ActiveX in GUI

More friendly settings in BRIZ SepView mode 

Step-by-step COM (GP_Term.lib) Examples  

The basic recommendations for BRIZ/COM and MVDBMS  

TCL command upload and download PC data  

Working with virtual lists in GUI LISTCTRL data   

COM Example (setup)   

COM Example   

HTML application example