Code : Tout sélectionner
#Region ### START Koda GUI section ### Form=
Global $Form1 = GUICreate("Form1", 687, 422, 192, 124, BitOR($WS_SYSMENU,$WS_CAPTION,$WS_POPUP,$WS_POPUPWINDOW,$WS_BORDER,$WS_CLIPSIBLINGS))
GUISetFont(12, 800, 2, "Monotype Corsiva")
Global $Pic1 = GUICtrlCreatePic("Mon image", 8, 8, 673, 401, BitOR($SS_NOTIFY,$WS_GROUP,$WS_CLIPSIBLINGS))
Global $Checkbox1 = GUICtrlCreateCheckbox("Checkbox1", 280, 176, 121, 17)
Global $Button1 = GUICtrlCreateButton("...", 32, 296, 179, 25, $WS_GROUP)
Global $Button2 = GUICtrlCreateButton("....", 40, 328, 163, 25, $WS_GROUP)
Global $Button3 = GUICtrlCreateButton("...", 56, 368, 131, 25, $WS_GROUP)
Global $Label1 = GUICtrlCreateLabel("...", 32, 256, 177, 22)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

Merci d'avance de vos réponse et a plus les gens !!
