> > But, to get even better than that, you could intercept > > WM_COMMAND - but be careful about calling the base class > > version or your UI will stop responding! > > I don't quite understand what you mean about being careful etc.. Do you > call the base class version or not? I think if I do anything, it will be > the ON_CONTROL_RANGE approach...
Yes, you MUST call the base class version or the whole chain of messages breaks down. -- Jason Teagle [EMAIL PROTECTED] _______________________________________________ msvc mailing list [email protected] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
