Home
|
Contact Us
|
FAQ
|
Search & Site Map
|
Link to Us
Sign In
|
Join
|
Other 45 Sites in Network
Home
Discussion Groups
Forms
Forms Programming
Queries
Modules / DAO / VBA
Reports / Printing
Macros
Database Design
Security
Conversion
Importing / Linking
SQL Server / ADP
Multiuser / Networking
Replication
Setup / Configuration
Developer Toolkits
ActiveX Controls
New Users
General 1
General 2
Access Directory
Tools
Tutorials
User Groups
Related Topics
SQL Server
Other DB Products
MS Office
More Topics ...
MS Access Forum
/
ActiveX Controls
/
February 2005
Tip:
Looking for answers? Try searching our database.
Slider Control
Thread view:
Tree View
List View (postings sorted by date)
Single Message 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
Reply to this Message
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
Reply to this Message
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.