Fenetre windows

casafa Messages postés 9 Date d'inscription lundi 21 juillet 2003 Statut Membre Dernière intervention 27 septembre 2004 - 11 août 2003 à 17:18
cs_aardman Messages postés 1905 Date d'inscription mercredi 22 janvier 2003 Statut Membre Dernière intervention 17 septembre 2012 - 11 août 2003 à 17:22
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...
++

1 réponse

cs_aardman Messages postés 1905 Date d'inscription mercredi 22 janvier 2003 Statut Membre Dernière intervention 17 septembre 2012 3
11 août 2003 à 17:22
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.
0
Rejoignez-nous