Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mouse Wheel Flexgrid Scroll 2

Status
Not open for further replies.

azrobert

Programmer
Joined
Apr 27, 2002
Messages
393
Location
US
Did several searches and didn't find any answers

Does any one know how to detect the muose wheel while in a
FlexGrid and scroll through records ? I managed to find out how to add mouse support for the VB Ide but have never been able to use the wheel at runtime on a control.


Thanks in advence
 
Where did you find that support for the VB IDE?!?! That's one thing that constantly bothers me!


Tracy Dryden

Meddle not in the affairs of dragons,
For you are crunchy, and good with mustard. [dragon]
 
tsdragon,

do a search on microsoft's website for vb6mousewheel.exe, this will allow you to use the mouse in the IDE.

Patrick
 
Here a hint: WM_MOUSEWHEEL message.



Two strings walk into a bar. The first string says to the bartender: 'Bartender, I'll have a beer. u.5n$x5t?*&4ru!2[sACC~ErJ'. The second string says: 'Pardon my friend, he isn't NULL terminated'.
 
More specifically:



Two strings walk into a bar. The first string says to the bartender: 'Bartender, I'll have a beer. u.5n$x5t?*&4ru!2[sACC~ErJ'. The second string says: 'Pardon my friend, he isn't NULL terminated'.
 
Thanks,

Will give that a go when I get time
would be nice to use the wheel in one of my apps

Robert
 
Thanks to all who provided the mousewheel fix. That's been bugging the #%@& out of me!


Tracy Dryden

Meddle not in the affairs of dragons,
For you are crunchy, and good with mustard. [dragon]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top