Who said you need a separate timer for each combo?!
One is enough - get position and size (basically rectangle) for each combo (this can be done when you load your form) and perhaps populate array of RECT type.
When timer fires check where cursor is and compare against your combos rect.
What else could be more simple? I posted for you everything you need so all you have to do is expand it a bit.

Regards.