Click here to Skip to main content
15,885,244 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am using stingray library under my vc++ project for objective grid drawing. Can anybody help me out how to add event handlers for the scrolling events for objective grid. i.e HorizontalScroll, VerticalScroll and AutoScroll(Mouse wheel scroll)

thx,
Chandan
Posted

1 solution

If you can't add event handlers in the normal way (by clicking on the control in the resource editor), then the easiest way to add them would be to copy them from one of the samples that ships with the Stingray SDK, or from the documentation. If you don't have either of those, try asking on the Stingray forums: http://forums.roguewave.com/forum/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900