About images in forms and components

By default, Windows client includes an icon in the upper left corner of the title bar on an opened form. You can override this default icon with one for your application. You can also include an image to be used as background wallpaper for a form.

You can also display images in static components that have no data binding and in button and tree components.

When you distribute your application, Windows client must be able to locate the image you used. The safest method is to specify only a file name when you identify the image and then distribute the image file in the same directory where the WinStudio.exe file is located. If you specify a path as well as the image file name, this path must be valid for every user accessing your Windows client application.