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 in VB and Crystal Report

Status
Not open for further replies.

Maii

Programmer
Aug 28, 2003
54
BD
Hi there,
I am running few crystal reports through VB6 and Crystal report Control.
Is there any way use Mouse wheel in those reports ?

Thanks
Maii
 
Try using an older mouse driver. I use an Intelli mouse with a driver v. 4.10 and have no problem. If I use a newer one, then I cannot use the scoll in a Vb data grid or the VB Ide.

Not helpful advice for problems in a application customers are using.

The way around this is to use an add in for the Ide, or for the grid is to use a hook to capture the WheelMouse, or use an older mouse driver.

However, I do not think you can get the hwnd of the Crystal report Control's print preview directly, if reliably at all in order to use a hook as with the grid. Maybe someone else here does.

Niether have I realized that this was a problem in the CR PrintPreview window. What version of the CR Ocx are you using? I thought this wasn't a problem anymore with the version delivered with CR 7 +
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top