SkinWinFast

Syntax:

SkinWinFast( hWnd, FastSkin )

Parameters:

hWnd

=

handle of the window ( WindowID() )

FastSkin

=

your FastSkin


Description:

This command skins the Window with the specified FastSkin.


For getting a FastSkin, see LoadFastSkin() and CatchFastSkin()


Example:

  Skin1 = LoadFastSkin("skin.pbs")
  OpenWindow(0, 200, 200, FastSkinWidth(Skin1), FastSkinHeight(Skin1), #WS_POPUP, "AppName")
  SkinWinFast(WindowID(), Skin1)


Supported OS:   Windows