about tab control
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Dear All which Event is fired when in a multi Property page Tab control,we change from one tab to another one. Regards Monhi
-
Dear All which Event is fired when in a multi Property page Tab control,we change from one tab to another one. Regards Monhi
-
Dear All which Event is fired when in a multi Property page Tab control,we change from one tab to another one. Regards Monhi
If this is a property sheet (not just a tab control that you're managing yourself), handle
PSN_KILLACTIVE
andPSN_SETACTIVE
.--Mike-- Visual C++ MVP :cool: LINKS~! CP SearchBar v3.0 | C++ Forum FAQ "That's what's great about doing user interface work. No matter what you do, people will say that what you did was idiotic." -- Raymond Chen