** Folders Introduction
bin
   Contains important system files, please do not change it, or it may not work properly.

lib
   Contains some elements library files, please refer to them to design your own elements.

demo
   Contains some sample graphic files.

source
   Demonstrates how to use it in some major programming languages.

web
   Generates a cab file on the web.

** Files Introduction
bin\ide.exe
   Visual Graph IDE for designing various graphs and graphic libraries, writing scripting and debugging/running it.

bin\vg.dll 
   The core COM component of Visual Graph, before use, please run cmd.exe as administrator, and then use regsvr32.exe bin\vg.dll to register it.

bin\vg.chm 
   Visual Graph documentation.

bin\consts.bas
   It will be executed when Visual Graph starts, and it declares some common variables.

** To use Visual Graph ActiveX component, please contain the following files in your application.

1 : bin\vg.dll                   Visual Graph Activex control.
2 : bin\funcs.dll                Visual Graph Extern functions.
3 : bin\kernel.dll               Visual Graph kernel.
4 : bin\units.dll                Visual Graph graphic units.
5 : bin\const.bas                Startup file used to define some public varibles or load public dlls.
6 : bin\arrows.tbl               Used by line units.
7 : bin\cursors.tbl              Define mouse shapes on an unit.
8 : bin\hintwindow.tbl           Define hint window.
9 : bin\library.tbl              Define basic units drawing fashion.
10: bin\page.tbl                 Used to setup print paper.
11: bin\controls.tbl             Controls used by page.tbl and trace.tbl.