ashleedawg
"Here for a good time"
- Local time
- Today, 13:45
- Joined
- Jun 22, 2017
- Messages
- 154
Here's a simple analog clock I put together, to see if I could. Access doesn't make it easy to do anything "drawing-like" on forms so we have to get a little sneaky -- but this is drawn without ActiveX or API's.
There's one lil' API call to add the mandatory "Tick" sound... which isn't mandatory at all; it can be customized with other constants in the main module. So many things can be customized on a simple clock that I had to stop and "scale back" so as not to cloud the basic concepts here.
Additional notes on the way. Thoughts/questions invited!
There's one lil' API call to add the mandatory "Tick" sound... which isn't mandatory at all; it can be customized with other constants in the main module. So many things can be customized on a simple clock that I had to stop and "scale back" so as not to cloud the basic concepts here.
Additional notes on the way. Thoughts/questions invited!
