views:

243

answers:

0

I have the MFC Feature Pack and I use the PropertyGrid in VS C++. Now I want to call a function of the dialog when each Property of the Property grid is changed. When I catch the WM_PROPERTYCHANGED message it only triggers if I press return or klick out of the property after editing. But I want this function to trigger after each change in the value box (e.g a new character is deleted/inserted)

This is possible by the PropertyGridCtrl but this doesn't know which Property was changed. So how can I change the PropertyyGridProperty to notify the Dialog that the propertyvalue has changed?

Any Idea?

Greetz

Ric.