Spinbutton and EN_CHANGE
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, I have several Spinbuttons attached to Multiline Editboxes. Multiline because I want my text right aligned on different platforms. The problem is that I don't catch the EN_CHANGE event anymore when I use the Spinbuttons. This only works with the Singleline property. I just want to enable a button when something in the Editboxes change! Thanks, Arjan.