Home All Groups Group Topic Archive Search About

use of mouse scroll in my crystal report viewer

Author
3 Aug 2006 9:35 AM
Reny
Hi,
I am using VB.NEt 2003 Crystalreport viewer to show a report.But i could not
able to scroll with the mouse
can any on tell me how to do it? or any bug fix?

reny

Author
3 Aug 2006 4:41 PM
Zloth
Well, the first thing to do is to make sure your mouse drivers are installed
and up to date.  I've seen several cases where the mouse wheel would work in
some programs but not others until the drivers were installed.  (It happens
in VB 6 a lot!)
Author
6 Aug 2006 6:09 AM
Reny
Zloth
it happens to be a bug with Crystal viewer control , that is what i read.So
we can extend the crystalviewer to handle OnMousewheel or handle Mousewheel
event under the crystal viewer control,so that Pagecontrol will get the
focus.What i did was i handled it in the mousewheel event.

Thanks

Reny


Show quoteHide quote
"Zloth" <Zloth@noemail.noemail> wrote in message
news:49AA09BB-0F7E-4B96-9853-32CAAF2CB4D4@microsoft.com...
> Well, the first thing to do is to make sure your mouse drivers are
> installed
> and up to date.  I've seen several cases where the mouse wheel would work
> in
> some programs but not others until the drivers were installed.  (It
> happens
> in VB 6 a lot!)