Ben voila une fois de plus j'ai un problème :-\

j'ai commencer a coder mon projet avec un edit et j'utilisais le message EN_CHANGE.
Ensuite j'ai vu qu'il me fallait un rich edit pour faire des recherches.
J'ai donc changer mon édit en Rich edit mais malheureusement le Rich Edit à un masque qui par défaut n'envoit pas cette notification (EN_CHANGE).

En regardant dans l'aide j'ai trouver ceci :
Citation Envoyé par Win32 Developer's References
The event mask specifies which notification messages a rich edit control sends its parent window. The event mask can be zero or more of these values:

Value Meaning
ENM_CHANGE Sends EN_CHANGE notifications.
ENM_CORRECTTEXT Sends EN_CORRECTTEXT notifications.
ENM_DROPFILES Sends EN_DROPFILES notifications.
ENM_KEYEVENTS Sends EN_MSGFILTER notifications for keyboard events.
ENM_MOUSEEVENTS Sends EN_MSGFILTER notifications for mouse events.
ENM_PROTECTED Sends EN_PROTECTED notifications.
ENM_RESIZEREQUEST Sends EN_REQUESTRESIZE notifications.
ENM_SCROLL Sends EN_HSCROLL notifications.
ENM_SELCHANGE Sends EN_SELCHANGE notifications.
ENM_UPDATE Sends EN_UPDATE notifications.


The default event mask is ENM_NONE in which case no notification messages are sent to the parent window. You can retrieve and set the event mask for a rich edit control by using the ENM_GETEVENTMASK and ENM_SETEVENTMASK messages.
Malheureusement je ne comprend pas comment arriver a changer ce masque qui par défaut est à ENM_NONE et que j'aimerais mettre à ENM_CHANGE.
dans l'aide il dise d'utiliser le message ENM_SETEVENTMASK mais quand je cherche sur le net comment l'utiliser je ne trouve rien, même pas sur msdn ???

si quelqu'un a une idée je suis preneur