Salut,
Tiré de msdn:
CS_OWNDC:
Allocates a unique device context for each window in the class.
CS_DBLCLKS:
Sends a double-click message to the window procedure when the user double-clicks the mouse while the cursor is within a window belonging to the class.
-------------------------------
Réponse au message :
-------------------------------
> Bonjour,
>
> Voici un bout de code de ma fenêtre Windows:
>
>
WNDCLASSEX wincl; > wincl.style = CS_OWNDC | CS_DBLCLKS ; |
>
> J'aimerais savoir à quoi servent les paramètres: "CS_DBLCLKS" et "CS_OWNDC".
>
> Merci d'avance...
> ++