keshcour lavonee astreah

0 views
Skip to first unread message

Laurelino Braendel

unread,
Aug 3, 2024, 7:19:35 PM8/3/24
to kcusobagsi

How to Create Skinned Applications with Almediadev BusinessSkinForm VCL v12.02

If you want to create applications with skins that have a unique GUI and are independent from the system, you might want to check out Almediadev BusinessSkinForm VCL v12.02. This is a stable, multifunctional package for business applications that supports more than 120 components and the latest generation of Ribbon UI[^1^].

In this article, we will show you how to use Almediadev BusinessSkinForm VCL v12.02 to create skinned applications with Delphi or C++Builder. We will also demonstrate some of the features and benefits of this product, such as:

    • Run-time skin change
    • Nonrectangular, dynamically resizable windows
    • Cool external glow effects for buttons in form's caption
    • MDI support
    • Skin support for menus, hints, controls, dialogs, messages and more
    • Bitmap background for edits, memos and grids controls
    • Layered borders for windows with blur alphablend effect
    • Stored skins in *.exe file
    • Zlib-compression support for skins
    • PNG-images support in all controls
    • 64-bit support
    • Support of SmartEffects VCL and ImageKit VCL for cool animation and transition effects
    • Cool skins collection with full rights to use and distribute from your site

    Let's get started!

    Step 1: Download and Install Almediadev BusinessSkinForm VCL v12.02

    You can download the trial version of Almediadev BusinessSkinForm VCL v12.02 from here. The trial package includes samples, compiled demos, help files and source codes for Delphi and C++Builder XE3 - 11 Alexandria[^3^]. You can also download some high-DPI demos with new features of 10.4 Sydney from the same link[^3^].

    To install Almediadev BusinessSkinForm VCL v12.02, you need to run the setup file and follow the instructions. You will be asked to select the target IDEs and components that you want to install. After the installation is complete, you will find the Almediadev BusinessSkinForm VCL components on the component palette under the "BusinessSkinForm" tab.

    Step 2: Create a New Project and Add a SkinData Component

    To create a new project with Almediadev BusinessSkinForm VCL v12.02, you need to launch your IDE (Delphi or C++Builder) and create a new VCL Forms Application. Then, you need to add a TbsSkinData component from the "BusinessSkinForm" tab to your main form. This component is responsible for loading and applying skins to your application.

    To load a skin file, you need to set the SkinFile property of the TbsSkinData component to the path of the skin file that you want to use. You can find many skin files in the "Skins" folder of the installation directory of Almediadev BusinessSkinForm VCL v12.02. For example, if you want to use the "Office2019Black.skn" skin file, you can set the SkinFile property to something like this:

    ```delphi
    bsSkinData1.SkinFile := 'C:\Program Files (x86)\Almediadev\BusinessSkinForm\Skins\Office2019Black.skn';
    ```

    To apply a skin to your main form, you need to set the SkinData property of your main form to the TbsSkinData component that you added earlier. For example:

    ```delphi
    Form1.SkinData := bsSkinData1;
    ```

    You can also set some other properties of your main form, such as BorderStyle, BorderIcons, Caption and Position, to customize its appearance.

    Step 3: Add Other Components and Set Their SkinData Properties

    Now

    51082c0ec5
    Reply all
    Reply to author
    Forward
    0 new messages