Messages and override
-
Dear friends I'd like to write a class which when other classes inherit this class, user can see in properties form messages and overrides. for example when you have class inherited from CWnd you can find messages like WM_PAINT , WM_CLOSE and etc in Properties form, Messages part. Thanks a lot Mehrdad
Agh
-
Dear friends I'd like to write a class which when other classes inherit this class, user can see in properties form messages and overrides. for example when you have class inherited from CWnd you can find messages like WM_PAINT , WM_CLOSE and etc in Properties form, Messages part. Thanks a lot Mehrdad
Agh
Maybe inheriting CCmdTarget works. It's CWnd's base class. From MSDN: "The base class for the Microsoft Foundation Class Library message-map architecture."
rotter