to reset make the label (or whatever you are using to display the timer count) = 0.
for the menu enter the menu editor and make a menu. (uncheck "Visible" if you want a popup menu)
Here is sample code to display the menu (if its a popup menu)
VB Code:
Private Sub Label1_mousedown() If button = vbRightButton Then PopupMenu MENU NAME, vbPopupMenuRightButton End If End Sub
Hope this helped...
-Sir Loin




Reply With Quote