|
-
May 4th, 1999, 09:17 AM
#1
any experience with ON_EVENT_RANGE?
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|