On Mon, 2013-01-07 at 13:04 +0100, Benoît Minisini wrote:
> Le 07/01/2013 05:37, Bruce a écrit :
> > Hi all,
> >
> > I am trying to get the new value of a slider control when the user spins
> > the mousewheel over it.
> >
> > Public Sub InnerSlider_MouseWheel()
> >
> >Debug $in
Le 07/01/2013 05:37, Bruce a écrit :
> Hi all,
>
> I am trying to get the new value of a slider control when the user spins
> the mousewheel over it.
>
> Public Sub InnerSlider_MouseWheel()
>
>Debug $innerslider.Value
>Wait
>Debug $innerslider.Value
>
Hi all,
I am trying to get the new value of a slider control when the user spins
the mousewheel over it.
Public Sub InnerSlider_MouseWheel()
Debug $innerslider.Value
Wait
Debug $innerslider.Value
$innervaluebox.Text = $innerslider.Value