Quand je vois ca LSI, je pense que ca pourrait changer par un pointeur de structure genreAr-S a écrit :Code : Tout sélectionner
If CreateSkinWindow(0, FenX, FenY, "test", #PB_Window_Invisible, 0, img_Normal, img_Hot, img_Select, img_SelectHot, img_Disable, Image_Item, 0, 0, 0)
Code : Tout sélectionner
Structure S_SkinWindow
imgnormal.s
etc...
EndStructure
MaWindowSkin.S_SkinWindow
MaWindowSkin\imgnormal = Normal
etc...
If CreateSkinWindow(0, FenX, FenY, "test", #PB_Window_Invisible, 0, @MaWindowSkin)