Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / ActiveX Controls / February 2005

Tip: Looking for answers? Try searching our database.

Slider Control

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Craig McLaughlin - 16 Feb 2005 12:51 GMT
How do you update a text box with a slider control value AS the slider is
being moved?

I put the setvalue in the after update function but nothing happened.

If I put it on exit or lost focus it works.

Craig
Alex Dybenko - 16 Feb 2005 14:00 GMT
you can use Scroll enent:

Private Sub ActiveXCtl0_Scroll()
   Me.Text1 = Me.ActiveXCtl0.Object.Value
End Sub

Signature

Alex Dybenko (MVP)
http://Alex.Dybenko.com
http://www.PointLtd.com

> How do you update a text box with a slider control value AS the slider is
> being moved?
[quoted text clipped - 4 lines]
>
> Craig
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.