is there any tricks in using ON_EVENT_RANGE ? for example, if i have a dialog box with 2 activex controls, i can do
ON_EVENT(CTestView, 1113, 3 /* Change */, OnChangeTest, VTS_NONE)
ON_EVENT(CTestView, 1114, 3 /* Change */, OnChangeTest, VTS_NONE)

but
ON_EVENT_RANGE(CTestView, 1113,1114, 3 /* Change */, OnChangeTest, VTS_NONE)
doesn't seem to work.

thanks in advance
heidi