MAZAR Software Corporation
Announces GUI Builder in Builder

Those wizzy interfaces that most of us have come to see in many of the new applications today, from 3D to media players have adopted this paradigm of truly graphical interfaces. These may include odd shaped windows control etc.. We at MAZAR have now created components that really simplify the process. These components are CBbuilder4 compatible.

Creating an interface is nothing more then painting you look and the components do the rest as far as the visual look. The coding for the application, you must still do but, we are working on it :) .

What Can You Do With the Controls:
1) Create a main application window with the strangest shape possible.
2) Create Buttons that may be shaped as you please.
3) Create graphical display object that may be used my the media player such as an avi and
the avi will conform to the shape of the window.

Steps to create a Theme window application:
1) Design the look of you interface within an application such as PhotoShop.
2) Save the final design image to a windows bmp file.
3) Create a new application using CBuilder.
4) Drop in a TImage on your form and align it to client
5) Set the Picture property of TImage to the bmp file you created
6) Drop a TTheme control on the form.
7) Set the Picture property of TTheme to the same bmp file you created
8) Add a TGuiButton to the form.
9) Set the Picture property of TGuiButton to a bmp file you created for the look of the button.
10) Select the events and add one for OnClick
a) Add the line "Close();"
11) To get the main for to conform to your design shape you select the events property page of the main form and add an event for OnActivate and add "Theme1->SetShape ()".

When the above steps are complete your screen would look like the image below:

When you execute the program, you will see how it looks below:

Contact me: Ronald Praver