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.
Other samples (thanks GVP):
Start session, read file, close session in C# program
The COM-Client can obtain the data from a server
Can interrupt server subroutine
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