Aide:WinSetTrans.txt
De Wiki AutoIt Français
Document original V3.3.6.1 :
###Function###
WinSetTrans
###Description###
Sets the transparency of a window. (Windows 2000/XP or later)
###Syntax###
WinSetTrans ( "title", "text", transparency )
###Parameters###
@@ParamTable@@
title
The title of the window to change. See <a href="../intro/windowsadvanced.htm">Title special definition</a>.
text
The text of the window to change.
transparency
A number in the range 0 - 255. The lower the number, the more transparent the window will become. 255 = Solid, 0 = Invisible.
@@End@@
###ReturnValue###
@@ReturnTable@@
Success: Returns Non-zero.
Failure: Returns 0, @error will be set to 1 if the function isn't supported on an OS.
@@End@@
###Remarks###
Requires Windows 2000/XP or later. Screen color must be greater or equal to 16-bit.
###Related###
None.
###Example###
@@IncludeExample@@
Document traduit V3.3.6.1 :
###Function###
WinSetTrans
###Description###
Définit la transparence d'une fenêtre (Windows 2000/XP ou suivants).
###Syntax###
WinSetTrans ( "title", "text", transparency )
###Parameters###
@@ParamTable@@
title
Le titre de la fenêtre à contrôler Voir <a href="../intro/windowsadvanced.htm">Définition spéciale de titre</a>.
text
Le texte de la fenêtre à changer.
transparency
Un nombre entre 0 et 255. Plus le nombre est petit, plus la fenêtre sera transparente. 255 = Normal, 0 = Invisible.
@@End@@
###ReturnValue###
@@ReturnTable@@
Succès: Retourne une valeur différente de zéro.
Échec: Retourne 0, @error est mis à 1 si la fonction n'est pas supportée par l'OS.
@@End@@
###Remarks###
Requière Windows 2000/XP ou suivants. La couleur de l'écran doit être égale ou supérieure à 16-bit.
###Related###
Aucune.
###Example###
@@IncludeExample@@
Traducteur : Jerome
Contributeurs (pour les modifications avant le Wiki) : jbnh, Tlem