Message 1 of 9
VBA Timer

Not applicable
04-16-2007
09:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm working on a tool (written in VBA) that will position it self at the top
of the screen and drop-down when I bump the edge. This has been a challenge
because I can't figure-out a way to mimic the functionally of the Timer in
VB.
What I'm using right-now is the MouseMove event to drop it down, however it
drops to quickly when I unintentionally graze the edge (with my super-fast
mouse moving ability). What I really want is to bump the edge and begin a
count 1-1000, 2-1000 and drop, but if the user quickly moves the mouse down
prior to the count ending it doesn't drop.
I have searched the web and found nothing that really works; in fact the
solution for a Timer found the VBA help file comes close, but basically
prevents any other processes while the timer function is active.
Has anyone used a timer in a similar application with any success?
Thank you for any help.
Jim Dee
www.caddee.com
of the screen and drop-down when I bump the edge. This has been a challenge
because I can't figure-out a way to mimic the functionally of the Timer in
VB.
What I'm using right-now is the MouseMove event to drop it down, however it
drops to quickly when I unintentionally graze the edge (with my super-fast
mouse moving ability). What I really want is to bump the edge and begin a
count 1-1000, 2-1000 and drop, but if the user quickly moves the mouse down
prior to the count ending it doesn't drop.
I have searched the web and found nothing that really works; in fact the
solution for a Timer found the VBA help file comes close, but basically
prevents any other processes while the timer function is active.
Has anyone used a timer in a similar application with any success?
Thank you for any help.
Jim Dee
www.caddee.com